TransportType Property

Gets the transport type used for connecting to the server.

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

Syntax

'Declaration
Public ReadOnly Property TransportType As SipTransportType
    Get
'Usage
Dim instance As SipEndpoint
Dim value As SipTransportType

value = instance.TransportType
public SipTransportType TransportType { get; }

Property Value

Type: Microsoft.Rtc.Signaling..::..SipTransportType
A [SipTransportType] object representing the transport type.

Remarks

[TransportType] is the same value specified by the application or the transport used for connecting to an autodiscovered server. In case of auto-configuration, this property changes only after a successful connection to the server.

See Also

Reference

SipEndpoint Class

SipEndpoint Members

Microsoft.Rtc.Signaling Namespace