HttpBindingBaseElement.UseDefaultWebProxy Propiedad

Definición

Obtiene o establece un valor que indica si se usa el proxy HTTP configurado automáticamente del sistema.

public:
 property bool UseDefaultWebProxy { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("useDefaultWebProxy", DefaultValue=true)]
public bool UseDefaultWebProxy { get; set; }
[<System.Configuration.ConfigurationProperty("useDefaultWebProxy", DefaultValue=true)>]
member this.UseDefaultWebProxy : bool with get, set
Public Property UseDefaultWebProxy As Boolean

Valor de propiedad

True si se usa el proxy HTTP configurado automáticamente del sistema; Lo contrario.

Atributos

Se aplica a