Edit

Share via


RealTimeEndpointSettings.ProxyConnectionContext Property

Definition

Gets or sets connection information for the proxy server.

public:
 property Microsoft::Rtc::Signaling::ConnectionContext ^ ProxyConnectionContext { Microsoft::Rtc::Signaling::ConnectionContext ^ get(); void set(Microsoft::Rtc::Signaling::ConnectionContext ^ value); };
public Microsoft.Rtc.Signaling.ConnectionContext ProxyConnectionContext { get; set; }
member this.ProxyConnectionContext : Microsoft.Rtc.Signaling.ConnectionContext with get, set
Public Property ProxyConnectionContext As ConnectionContext

Property Value

Exceptions

Attempted to enable automatic configuration and configure a proxy server at the same time.

Remarks

You can use automatic configuration or specify a proxy server but not both.

Applies to