Click or drag to resize
Endpoint Constructor
Initializes a new instance of the Endpoint class.

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

Parameters

address
Type: SystemString
The IP address
transport
Type: Ozeki.NetworkTransportType
The transport type (UDP, TCP, etc.)
port
Type: SystemInt32
The port
See Also