WSHttpBindingBaseElement.UseDefaultWebProxy Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se viene usato il proxy HTTP di sistema configurato automaticamente.

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

Valore della proprietà

true se viene usato il proxy HTTP configurato automaticamente dal sistema; in caso contrario, false. Il valore predefinito è true.

Attributi

Si applica a