IPEndPointResolverCreateIPEndPoint(String, Int32) Method |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.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 String
-
- port Int32
-
Return Value
IPEndPoint
See Also