Click or drag to resize

ClientParams Class

Parameters for opening a client connection.
Inheritance Hierarchy
SystemObject
  Demo3D.NetOpenParams
    Demo3D.NetClientParams

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

The ClientParams type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAddress
Address to open.
(Inherited from OpenParams.)
Public propertyFlags
Connection flags.
(Inherited from OpenParams.)
Public propertyOpenConnection
False to return the socket without opening.
Public propertyServices
Required services.
(Inherited from OpenParams.)
Public propertySharing
Controls connection sharing.
Top
Methods
See Also