SIPClientNetworkInfoTransportType Property |
Gets the protocol used for SIP communication.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic TransportType TransportType { get; }
Public ReadOnly Property TransportType As TransportType
Get
public:
property TransportType TransportType {
TransportType get ();
}
member TransportType : TransportType with get
Property Value
Type:
TransportType
See Also