Click or drag to resize

IPEndPointResolverCreateIPEndPoint(String, Int32, TransportType) Method


Namespace: Ozeki.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.77.0
Syntax
public static IPEndPoint CreateIPEndPoint(
	string host,
	int port,
	TransportType transportType
)

Parameters

host  String
 
port  Int32
 
transportType  TransportType
 

Return Value

IPEndPoint
See Also