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