ClientParams Class |
Namespace: Demo3D.Net
public class ClientParams : OpenParams
The ClientParams type exposes the following members.
| Name | Description | |
|---|---|---|
| ClientParams(ProtocolAddress, IEnumerableType) |
Creates parameters for opening a socket.
| |
| ClientParams(ProtocolAddress, Type) |
Creates parameters for opening a socket.
|
| Name | Description | |
|---|---|---|
| Address |
Address to open.
(Inherited from OpenParams.) | |
| Flags |
Connection flags.
(Inherited from OpenParams.) | |
| OpenConnection |
False to return the socket without opening.
| |
| Services |
Required services.
(Inherited from OpenParams.) | |
| Sharing |
Controls connection sharing.
|
| Name | Description | |
|---|---|---|
| Clone |
Return a copy of the parameters.
(Overrides OpenParamsClone.) |