DefaultProxySection::Proxy Property

 

Gets the URI that identifies the Web proxy server to use.

Namespace:   System.Net.Configuration
Assembly:  System (in System.dll)

public:
[ConfigurationPropertyAttribute("proxy")]
property ProxyElement^ Proxy {
	ProxyElement^ get();
}

Property Value

Type: System.Net.Configuration::ProxyElement^

A ProxyElement.

The URI that identifies the Web proxy server.

The ProxyElement returned by this property identifies the Web proxy server to use for resources that are not in the BypassList collection.

.NET Framework
Available since 2.0
Return to top
Show: