IPEndPointResolverCreateIPEndPoint Method (String, Int32) |
Namespace:
Ozeki.Network
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic 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:
IPEndPoint
See Also