WSHttpBindingBaseElement::ProxyAddress Property
.NET Framework (current version)
Gets or set a URI that specifies the address of the HTTP proxy.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("proxyAddress", DefaultValue = null)] property Uri^ ProxyAddress { Uri^ get(); void set(Uri^ value); }
If the UseDefaultWebProxy property is set to true, the value of this property is ignored.
.NET Framework
Available since 3.0
Available since 3.0
Show: