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.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
TransportType 
As 

SipTransportType
C#
public 

SipTransportType 
TransportType { 
get; }
Visual C++
public:
property 

SipTransportType 
TransportType {
	

SipTransportType 
get ();
}
JavaScript
function get_
transportType();

See Also