Click or drag to resize

ServerParams Class

Parameters for opening a server.
Inheritance Hierarchy
SystemObject
  Demo3D.NetOpenParams
    Demo3D.NetServerParams

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

The ServerParams type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAddress
Address to open.
(Inherited from OpenParams.)
Public propertyCloseConnections
True to close client connections when the server is closed. See also CloseClients.
Public propertyFlags
Connection flags.
(Inherited from OpenParams.)
Public propertyLogConnections
True to log connections.
Public propertyLogDisconnections
True to log disconnections.
Public propertyOpenServer
False to return the socket without opening.
Public propertyServices
Required services.
(Inherited from OpenParams.)
Top
Methods
See Also