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.3.199.0
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