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.4.54.0
Syntax
public Endpoint(
	string address,
	TransportType transport,
	int port
)

Parameters

address  String
The IP address
transport  TransportType
The transport type (UDP, TCP, etc.)
port  Int32
The port
See Also