Indicates the possible transport types.

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

Syntax

Visual Basic (Declaration)
Public 
Enumeration 
SipTransportType
C#
public 
enum 
SipTransportType
Visual C++
public 
enum class 
SipTransportType
JavaScript

Microsoft.Rtc.Signaling.SipTransportType = 
function();

Microsoft.Rtc.Signaling.SipTransportType.createEnum('

Microsoft.Rtc.Signaling.SipTransportType', false);

Members

Member name Description
None
None. This indicates that there is no tranport currently in use.
Tcp
TCP transport type.
Tls
TLS transport type.

See Also