ServerParams Class |
Namespace: Demo3D.Net
public class ServerParams : OpenParams
The ServerParams type exposes the following members.
| Name | Description | |
|---|---|---|
| ServerParams(ProtocolAddress, IEnumerableType) |
Creates parameters for opening a server socket.
| |
| ServerParams(ProtocolAddress, Type) |
Creates parameters for opening a server socket.
|
| Name | Description | |
|---|---|---|
| Address |
Address to open.
(Inherited from OpenParams.) | |
| CloseConnections |
True to close client connections when the server is closed.
See also CloseClients.
| |
| Flags |
Connection flags.
(Inherited from OpenParams.) | |
| LogConnections |
True to log connections.
| |
| LogDisconnections |
True to log disconnections.
| |
| OpenServer |
False to return the socket without opening.
| |
| Services |
Required services.
(Inherited from OpenParams.) |
| Name | Description | |
|---|---|---|
| Clone |
Return a copy of the parameters.
(Overrides OpenParamsClone.) |