RealTimeEndpointSettings.TransportType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.