WSDualHttpBindingElement.UseDefaultWebProxy Eigenschap

Definitie

Hiermee wordt een Booleaanse waarde opgehaald of ingesteld die aangeeft of de automatisch geconfigureerde HTTP-proxy van het systeem wordt gebruikt.

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

Waarde van eigenschap

true als de automatisch geconfigureerde HTTP-proxy van het systeem wordt gebruikt; anders, false. De standaardwaarde is true.

Kenmerken

Van toepassing op