WSDualHttpBindingElement.UseDefaultWebProxy Propiedad

Definición

Obtiene o establece un valor booleano que especifica 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

Boolean

true si se usa el proxy HTTP configurado automáticamente del sistema; de lo contrario, false . De manera predeterminada, es true.

Atributos

Se aplica a