EndpointExRemoteToEndpoint Method |
Namespace:
Ozeki.Network
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static Endpoint RemoteToEndpoint(
TransportInfo transportInfo
)
Public Shared Function RemoteToEndpoint (
transportInfo As TransportInfo
) As Endpoint
public:
static Endpoint^ RemoteToEndpoint(
TransportInfo^ transportInfo
)
static member RemoteToEndpoint :
transportInfo : TransportInfo -> Endpoint
Parameters
- transportInfo
- Type: Ozeki.NetworkTransportInfo
Return Value
Type:
Endpoint
See Also