Edit

Share via


RealTimeEndpointSettings.TransportType Property

Definition

Gets or sets the transport to use with the registration server.

public:
 property Nullable<Microsoft::Rtc::Signaling::SipTransportType> TransportType { Nullable<Microsoft::Rtc::Signaling::SipTransportType> get(); void set(Nullable<Microsoft::Rtc::Signaling::SipTransportType> value); };
public Nullable<Microsoft.Rtc.Signaling.SipTransportType> TransportType { get; set; }
member this.TransportType : Nullable<Microsoft.Rtc.Signaling.SipTransportType> with get, set
Public Property TransportType As Nullable(Of SipTransportType)

Property Value

Exceptions

Transport Type is not Tls or Tcp.

Applies to