The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
HttpTransportBindingElement::ProxyAddress Property
.NET Framework (current version)
Gets or sets a URI that contains the address of the proxy to use for HTTP requests.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The following example sets this property to use when performing requests on the binding. All requests are routed through this proxy, unless BypassProxyOnLocal is set to true and the endpoint is a local endpoint.
[C#]
HttpTransportBindingElement httpBinding = new HttpTransportBindingElement(); httpBinding.ProxyAddress = new Uri(http://proxyserver);
.NET Framework
Available since 3.0
Available since 3.0
Show: