ConnectionOpenAsync Method (ClientParams) |
Opens a socket.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 11.0.0.7658
Syntaxpublic static Task<Connection> OpenAsync(
ClientParams parameters
)
Parameters
- parameters
- Type: Demo3D.NetClientParams
Parameters to open the socket.
Return Value
Type:
TaskConnectionThe new socket.
See Also