August 2003
Intermediate to advanced
928 pages
32h 1m
English
IWebProxy
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 ICredentials Credentials{set; get; } // Public Instance Methods public Uri GetProxy(Uridestination); public bool IsBypassed(Urihost); }
WebProxy
GlobalProxySelection.{GetEmptyWebProxy( ),
Select}, WebRequest.Proxy
GlobalProxySelection.Select,
ServicePointManager.FindServicePoint( ),
WebRequest.Proxy