BypassElement::Address Property
.NET Framework (current version)
Gets or sets the addresses of resources that bypass the proxy server.
Assembly: System (in System.dll)
public: [ConfigurationPropertyAttribute("address", IsRequired = true, IsKey = true)] property String^ Address { String^ get(); void set(String^ value); }
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
Available since 2.0
Show: