Method | Description | |
---|---|---|
GetProxy ( |
Getter to fetch the set proxy
|
|
IsBypassed ( |
Method to determine if the proxy should be bypassed when accessing an internet source
|
|
WebProxy ( |
Set the ProxyUri
|
|
WebProxy ( string proxyUri ) : System | ||
WebProxy ( string proxyHost, int proxyPort ) : System |
Create a Uri based on the user inputs(Host name and port number)
|
public GetProxy ( |
||
destination | ||
return |
public WebProxy ( |
||
proxyUri | ||
return | System |
public WebProxy ( string proxyHost, int proxyPort ) : System | ||
proxyHost | string | |
proxyPort | int | |
return | System |