HttpBindingBaseElement.UseDefaultWebProxy Proprietà

Definizione

Ottiene o imposta un valore che indica 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; Altrimenti.

Attributi

Si applica a