mscorlib(4.0.0.0) API with additions
|
This is the complete list of members for System.Net.WebProxy, including all inherited members.
Address | System.Net.WebProxy | |
BypassArrayList | System.Net.WebProxy | |
BypassList | System.Net.WebProxy | |
BypassProxyOnLocal | System.Net.WebProxy | |
Credentials | System.Net.WebProxy | |
GetDefaultProxy() | System.Net.WebProxy | static |
GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) | System.Net.WebProxy | protectedvirtual |
GetProxy(Uri destination) | System.Net.WebProxy | |
IsBypassed(Uri host) | System.Net.WebProxy | |
UseDefaultCredentials | System.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.WebProxy | protected |