HttpTransportElement.UseDefaultWebProxy Proprietà

Definizione

Ottiene o imposta un valore che indica se vengono utilizzate impostazioni proxy a livello di computer anziché le impostazioni utente specifiche.

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 vengono utilizzate le impostazioni proxy predefinite System.Net. In caso contrario, false. Il valore predefinito è true.

Attributi

Si applica a