IPEndPointResolverCreateIPEndPoint Method (String) |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static IPEndPoint CreateIPEndPoint(
string host
)
Public Shared Function CreateIPEndPoint (
host As String
) As IPEndPoint
public:
static IPEndPoint^ CreateIPEndPoint(
String^ host
)
static member CreateIPEndPoint :
host : string -> IPEndPoint
Parameters
- host
- Type: SystemString
Return Value
Type:
IPEndPointSee Also