Click or drag to resize

ClientTOpen Method (ClientParams)

Opens a client connection.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 11.0.0.7658
Syntax
C#
public static Client<T> Open(
	ClientParams parameters
)

Parameters

parameters
Type: Demo3D.NetClientParams
Parameters to open the client connection.

Return Value

Type: ClientT
The new client.
See Also