Click or drag to resize

OpenParams Class

Parameters for opening a socket (client or server).
Inheritance Hierarchy
SystemObject
  Demo3D.NetOpenParams
    Demo3D.NetClientParams
    Demo3D.NetServerParams

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
public class OpenParams : ICloneable

The OpenParams type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAddress
Address to open.
Public propertyFlags
Connection flags.
Public propertyServices
Required services.
Top
Methods
  NameDescription
Public methodClone
Return a copy of the parameters.
Top
See Also