Gets the default transport.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
DefaultTransport 
As 

SipTransportType
C#
public 

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

SipTransportType 
DefaultTransport {
	

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

See Also