Condividi tramite


WebHttpBindingElement.UseDefaultWebProxy Proprietà

Definizione

Ottiene o imposta un valore che indica se il proxy HTTP configurato automaticamente del sistema deve essere utilizzato, se disponibile.

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 è necessario usare il proxy HTTP configurato automaticamente del sistema, se disponibile; in caso contrario, false. Il valore predefinito è true.

Attributi

Commenti

Si tratta di un errore per essere true e ProxyAddress non essere.null

Si applica a