Edit

Share via


SipEndpoint.TransportType Property

Definition

Gets the transport type used for connecting to the server. This is the same as what is specified by the application or the transport used for connecting to an autodiscovered server. In case of autoconfiguration, this property will change only after a successful connection to the server.

public:
 property Microsoft::Rtc::Signaling::SipTransportType TransportType { Microsoft::Rtc::Signaling::SipTransportType get(); };
public Microsoft.Rtc.Signaling.SipTransportType TransportType { get; }
member this.TransportType : Microsoft.Rtc.Signaling.SipTransportType
Public ReadOnly Property TransportType As SipTransportType

Property Value

Applies to