Windows apps
Collapse the table of content
Expand the table of content
Information
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.

IWebProxy Interface

Provides the base interface for implementation of proxy access for the WebRequest class.

For a list of all members of this type, see IWebProxy Members.

[Visual Basic]
Public Interface IWebProxy
[C#]
public interface IWebProxy
[C++]
public __gc __interface IWebProxy
[JScript]
public interface IWebProxy

Classes that Implement IWebProxy

Class Description
WebProxy Contains HTTP proxy settings for the WebRequest class.

Remarks

The IWebProxy interface provides the methods and properties required by the WebRequest class to access proxy servers.

The WebProxy class is the base implementation of the IWebProxy interface.

Notes to Implementers:  The GetProxy method can be used to control proxy use based on the destination URI. Use the IsBypassed method to indicate that the proxy should not be used to reach the destination server.

Requirements

Namespace: System.Net

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework

Assembly: System (in System.dll)

See Also

IWebProxy Members | System.Net Namespace

Show:
© 2017 Microsoft