Method | Description | |
---|---|---|
System ( System serializationInfo, System streamingContext ) : void | ||
WebProxy ( ) | ||
WebProxy ( System Address ) | ||
WebProxy ( System Address, bool BypassOnLocal ) | ||
WebProxy ( System Address, bool BypassOnLocal, string BypassList ) | ||
WebProxy ( System Address, bool BypassOnLocal, string BypassList, System Credentials ) | ||
WebProxy ( string Address ) | ||
WebProxy ( string Address, bool BypassOnLocal ) | ||
WebProxy ( string Address, bool BypassOnLocal, string BypassList ) | ||
WebProxy ( string Address, bool BypassOnLocal, string BypassList, System Credentials ) | ||
WebProxy ( string Host, int Port ) |
Method | Description | |
---|---|---|
GetObjectData ( System serializationInfo, System streamingContext ) : void | ||
WebProxy ( System serializationInfo, System streamingContext ) |
protected GetObjectData ( System serializationInfo, System streamingContext ) : void | ||
serializationInfo | System | |
streamingContext | System | |
return | void |
public System ( System serializationInfo, System streamingContext ) : void | ||
serializationInfo | System | |
streamingContext | System | |
return | void |
protected WebProxy ( System serializationInfo, System streamingContext ) | ||
serializationInfo | System | |
streamingContext | System |
public WebProxy ( System Address, bool BypassOnLocal ) | ||
Address | System | |
BypassOnLocal | bool |
public WebProxy ( System Address, bool BypassOnLocal, string BypassList ) | ||
Address | System | |
BypassOnLocal | bool | |
BypassList | string |
public WebProxy ( System Address, bool BypassOnLocal, string BypassList, System Credentials ) | ||
Address | System | |
BypassOnLocal | bool | |
BypassList | string | |
Credentials | System |
public WebProxy ( string Address, bool BypassOnLocal ) | ||
Address | string | |
BypassOnLocal | bool |
public WebProxy ( string Address, bool BypassOnLocal, string BypassList ) | ||
Address | string | |
BypassOnLocal | bool | |
BypassList | string |
public WebProxy ( string Address, bool BypassOnLocal, string BypassList, System Credentials ) | ||
Address | string | |
BypassOnLocal | bool | |
BypassList | string | |
Credentials | System |