Click or drag to resize

IPEndPointResolverCreateIPEndPoint(String, Int32, TransportType, Boolean) Method


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

Parameters

host  String
 
port  Int32
 
transportType  TransportType
 
preferIPv6  Boolean  (Optional)
 

Return Value

IPEndPoint
See Also