PhoneLineConfigurationTransportType Property |
Gets the type of the transport used for SIP communication (registration, making and receiving calls).
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic TransportType TransportType { get; set; }
Public Property TransportType As TransportType
Get
Set
public:
virtual property TransportType TransportType {
TransportType get () sealed;
void set (TransportType value) sealed;
}
abstract TransportType : TransportType with get, set
override TransportType : TransportType with get, set
Property Value
Type:
TransportTypeImplements
ISIPClientConfigurationTransportType
See Also