Freigeben über


NetSectionGroup.DefaultProxy Eigenschaft

Definition

Ruft den Konfigurationsabschnitt ab, der die Standardeinstellungen des Webproxyservers für den lokalen Computer enthält.

public:
 property System::Net::Configuration::DefaultProxySection ^ DefaultProxy { System::Net::Configuration::DefaultProxySection ^ get(); };
[System.Configuration.ConfigurationProperty("defaultProxy")]
public System.Net.Configuration.DefaultProxySection DefaultProxy { get; }
[<System.Configuration.ConfigurationProperty("defaultProxy")>]
member this.DefaultProxy : System.Net.Configuration.DefaultProxySection
Public ReadOnly Property DefaultProxy As DefaultProxySection

Eigenschaftswert

Ein DefaultProxySection-Objekt.

Attribute

Hinweise

Der von dieser Eigenschaft zurückgegebene Abschnitt entspricht dem <Konfigurationselement defaultProxy-Element> (Netzwerkeinstellungen).

Gilt für: