SipEndpoint.TransportType Property
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
'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