Name

IWebProxy

Synopsis

IWebProxy defines the interface used by the WebProxy class. Parties interested in creating customized proxy handlers would implement this interface to do so, but the WebProxy implementation is sufficient for most HTTP access purposes.

To use an implementation of IWebProxy, see the GlobalProxySelection class or the WebRequest.Proxy property.

Public Interface IWebProxy
                  ' Public Instance Properties
   Public Property Credentials As ICredentials  
' Public Instance Methods
   Public Function GetProxy( ByVal destination As Uri) As Uri  
   Public Function IsBypassed( ByVal host As Uri) As Boolean  
End Interface

Implemented By

WebProxy

Returned By

GlobalProxySelection.{GetEmptyWebProxy(), Select}, WebRequest.Proxy

Passed To

GlobalProxySelection.Select, ServicePointManager.FindServicePoint(), WebRequest.Proxy

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.