BypassElement::Address Property

 

Gets or sets the addresses of resources that bypass the proxy server.

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

public:
[ConfigurationPropertyAttribute("address", IsRequired = true, 
	IsKey = true)]
property String^ Address {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A string that identifies a resource.

This property contains the address of a resource that is obtained without using a proxy server. Requests for the resource are sent directly to the server where the resource resides.

.NET Framework
Available since 2.0
Return to top
Show: