Gets the transport type used for connections.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
Transport 
As 

SipTransportType
C#
public 

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

SipTransportType 
Transport {
	

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

See Also