Click or drag to resize

Endpoint Constructor

Initializes a new instance of the Endpoint class

Namespace: Ozeki.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntax
public Endpoint(
	string address,
	TransportType transport,
	int port
)

Parameters

address  String
 
transport  TransportType
 
port  Int32
 
See Also