Click or drag to resize

OpenParams Class

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

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

The OpenParams type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAddress
Address to open.
Public propertyFlags
Connection flags.
Public propertyServices
Required services.
Top
See Also