EndpointExToEndpoint Method |
Namespace:
Ozeki.Network
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static Endpoint ToEndpoint(
IPEndPoint ep,
TransportType protocol
)
Public Shared Function ToEndpoint (
ep As IPEndPoint,
protocol As TransportType
) As Endpoint
public:
static Endpoint^ ToEndpoint(
IPEndPoint^ ep,
TransportType protocol
)
static member ToEndpoint :
ep : IPEndPoint *
protocol : TransportType -> Endpoint
Parameters
- ep
- Type: System.NetIPEndPoint
- protocol
- Type: Ozeki.NetworkTransportType
Return Value
Type:
Endpoint
See Also