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 <seealso cref="T:System.Net.WebProxy"></seealso> 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
| Name | Description |
|---|---|
| WebProxyConfig() | |
Properties
| Name | Description |
|---|---|
| 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 <seealso cref="P:System.Net.CredentialCache.DefaultCredentials"></seealso> are sent with requests. If null, default value will be used: false |
Methods
| Name | Description |
|---|---|
| <Clone>$() | |
| Equals(Object) | |
| Equals(WebProxyConfig) | |
| GetHashCode() | |
| ToString() | |
Operators
| Name | Description |
|---|---|
| Equality(WebProxyConfig, WebProxyConfig) | |
| Inequality(WebProxyConfig, WebProxyConfig) | |