NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpWebRequest.Proxy

Gets or sets the proxy information for a request.

[Visual Basic]
Public Property Proxy As IProxyInfo
[C#]
public IProxyInfo Proxy {get; set;}
[C++]
public: __property IProxyInfo* get_Proxy();
public: __property void set_Proxy(IProxyInfo*);
[JScript]
public function get Proxy() : IProxyInfo;
public function set Proxy(IProxyInfo);

Remarks

If System.Net.Proxy is a null reference (in Visual Basic Nothing), no proxy is used for the request.

See Also

HttpWebRequest Class | HttpWebRequest Members | System.Net Namespace