Delen via


WebProxyConfig Class

Definition

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)

Applies to