WebProxyConfig Class
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.
Config used to construct instance.
public sealed class WebProxyConfig : IEquatable<Yarp.ReverseProxy.Configuration.WebProxyConfig>
type WebProxyConfig = class
interface IEquatable<WebProxyConfig>
Public NotInheritable Class WebProxyConfig
Implements IEquatable(Of WebProxyConfig)
- Inheritance
-
WebProxyConfig
- Implements
Constructors
WebProxyConfig() |
Properties
Address |
The URI of the proxy server. |
BypassOnLocal |
true to bypass the proxy for local addresses; otherwise, false. If null, default value will be used: false |
UseDefaultCredentials |
Controls whether the are sent with requests. If null, default value will be used: false |
Methods
<Clone>$() | |
Equals(Object) | |
Equals(WebProxyConfig) | |
GetHashCode() | |
ToString() |
Operators
Equality(WebProxyConfig, WebProxyConfig) | |
Inequality(WebProxyConfig, WebProxyConfig) |