共用方式為


WebProxyConfig Class

Definition

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)

Applies to