BasicHttpBindingElement.UseDefaultWebProxy Właściwość

Definicja

Pobiera lub ustawia wartość, która wskazuje, czy automatycznie skonfigurowany serwer proxy HTTP systemu ma być używany, jeśli jest dostępny.

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

Wartość właściwości

Boolean

true Jeśli należy użyć automatycznie skonfigurowanego serwera proxy HTTP systemu, jeśli jest dostępny; w przeciwnym false razie . Wartość domyślna to true.

Atrybuty

Dotyczy