DefaultProxySection.Proxy Eigenschap

Definitie

Hiermee haalt u de URI op die de webproxyserver identificeert die moet worden gebruikt.

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

Waarde van eigenschap

De URI die de webproxyserver identificeert.

Kenmerken

Opmerkingen

De ProxyElement geretourneerde eigenschap identificeert de webproxyserver die moet worden gebruikt voor resources die zich niet in de BypassList verzameling bevinden.

Van toepassing op

Zie ook