FileWebRequest.Proxy Property
.NET Framework 1.1
Gets or sets the network proxy to use for this request. This property is reserved for future use.
[Visual Basic] Overrides Public Property Proxy As IWebProxy [C#] public override IWebProxy Proxy {get; set;} [C++] public: __property IWebProxy* get_Proxy(); public: __property void set_Proxy(IWebProxy*); [JScript] public override function get Proxy() : IWebProxy; public override function set Proxy(IWebProxy);
Property Value
An IWebProxy that indicates the network proxy to use for this request.
Remarks
The Proxy property is currently not used by the FileWebRequest class.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
FileWebRequest Class | FileWebRequest Members | System.Net Namespace