Initializes a new instance of the
Endpoint class.
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public Endpoint(
string address,
TransportType transport,
int port
)
Public Sub New (
address As String,
transport As TransportType,
port As Integer
)
public:
Endpoint(
String^ address,
TransportType transport,
int port
)
new :
address : string *
transport : TransportType *
port : int -> Endpoint
Parameters
- address
- Type: SystemString
The IP address - transport
- Type: Ozeki.NetworkTransportType
The transport type (UDP, TCP, etc.) - port
- Type: SystemInt32
The port
See Also