Initializes a new instance of the
Transport class
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic Transport(
TransportType value,
string token
)
Public Sub New (
value As TransportType,
token As String
)
public:
Transport(
TransportType value,
String^ token
)
new :
value : TransportType *
token : string -> Transport
Parameters
- value
- Type: Ozeki.NetworkTransportType
- token
- Type: SystemString
See Also