SipEndpoint.TransportType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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