RealTimeEndpointSettings.ProxyConnectionContext 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 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.