mscorlib(4.0.0.0) API with additions
System.Net.WebProxy Member List

This is the complete list of members for System.Net.WebProxy, including all inherited members.

AddressSystem.Net.WebProxy
BypassArrayListSystem.Net.WebProxy
BypassListSystem.Net.WebProxy
BypassProxyOnLocalSystem.Net.WebProxy
CredentialsSystem.Net.WebProxy
GetDefaultProxy()System.Net.WebProxystatic
GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)System.Net.WebProxyprotectedvirtual
GetProxy(Uri destination)System.Net.WebProxy
IsBypassed(Uri host)System.Net.WebProxy
UseDefaultCredentialsSystem.Net.WebProxy
WebProxy()System.Net.WebProxy
WebProxy(Uri Address)System.Net.WebProxy
WebProxy(Uri Address, bool BypassOnLocal)System.Net.WebProxy
WebProxy(Uri Address, bool BypassOnLocal, string[] BypassList)System.Net.WebProxy
WebProxy(Uri Address, bool BypassOnLocal, string[] BypassList, ICredentials Credentials)System.Net.WebProxy
WebProxy(string Host, int Port)System.Net.WebProxy
WebProxy(string Address)System.Net.WebProxy
WebProxy(string Address, bool BypassOnLocal)System.Net.WebProxy
WebProxy(string Address, bool BypassOnLocal, string[] BypassList)System.Net.WebProxy
WebProxy(string Address, bool BypassOnLocal, string[] BypassList, ICredentials Credentials)System.Net.WebProxy
WebProxy(SerializationInfo serializationInfo, StreamingContext streamingContext)System.Net.WebProxyprotected