TransportCreateTransport(TransportType) Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic 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 TransportType
-
Return Value
Transport
See Also