Initializes a new instance of the
Transport class
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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