PhoneLineConfigurationTransportType Property |
Gets the type of the transport used for SIP communication (registration, making and receiving calls).
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
ISIPClientConfigurationTransportTypeSee Also