TransportCreateTransport Method (TransportType) |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static Transport CreateTransport(
TransportType t
)
Public Shared Function CreateTransport (
t As TransportType
) As Transport
public:
static Transport^ CreateTransport(
TransportType t
)
static member CreateTransport :
t : TransportType -> Transport
Parameters
- t
- Type: Ozeki.NetworkTransportType
Return Value
Type:
TransportSee Also