WSHttpBindingBaseElement.BypassProxyOnLocal Propriedade
Definição
Obtém ou define um valor booliano que especifica se o servidor proxy deve ser ignorado para endereços locais.Gets or sets a Boolean value that specifies whether to bypass the proxy server for local addresses.
public:
property bool BypassProxyOnLocal { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("bypassProxyOnLocal", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public bool BypassProxyOnLocal { get; set; }
[<System.Configuration.ConfigurationProperty("bypassProxyOnLocal", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.BypassProxyOnLocal : bool with get, set
Public Property BypassProxyOnLocal As Boolean
Valor da propriedade
true Se o servidor proxy for ignorado para endereços locais; caso contrário, false .true if the proxy server is bypassed for local addresses; otherwise, false. O padrão é false.The default is false.
- Atributos