IPEndPointResolverCreateIPEndPoint(String, Int32, TransportType) Method |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.77.0
Syntaxpublic static IPEndPoint CreateIPEndPoint(
string host,
int port,
TransportType transportType
)
Public Shared Function CreateIPEndPoint (
host As String,
port As Integer,
transportType As TransportType
) As IPEndPoint
public:
static IPEndPoint^ CreateIPEndPoint(
String^ host,
int port,
TransportType transportType
)
static member CreateIPEndPoint :
host : string *
port : int *
transportType : TransportType -> IPEndPoint Parameters
- host String
-
- port Int32
-
- transportType TransportType
-
Return Value
IPEndPoint
See Also