Public Member Functions | |
| Uri | GetProxy (Uri destination) |
| Returns the URI of a proxy. | |
| bool | IsBypassed (Uri host) |
| Indicates that the proxy should not be used for the specified host. | |
Static Public Member Functions | |
| static ProxyState | AddProxyState (Uri server) |
| Adds a ProxyState object for the specified server address. | |
| static ProxyState | AddProxyState (Uri server, Uri proxy, string proxyUser, string proxyPassword) |
| Adds a ProxyState object for the specified server address. | |
| static void | DeleteProxyState (Uri server) |
| Deletes the specified ProxyState object for the specified server address. | |
| static ProxyState | GetProxyState (Uri server) |
| Gets a ProxyState object for the specified server address. | |
Properties | |
| ICredentials | Credentials [get, set] |
| The credentials to submit to the proxy server for authentication. | |
| static ProxyState Simias::ProxyState::AddProxyState | ( | Uri | server | ) | [inline, static] |
Adds a ProxyState object for the specified server address.
| server | The simias server address. |
| static ProxyState Simias::ProxyState::AddProxyState | ( | Uri | server, | |
| Uri | proxy, | |||
| string | proxyUser, | |||
| string | proxyPassword | |||
| ) | [inline, static] |
Adds a ProxyState object for the specified server address.
| server | The simias server address. | |
| proxy | The proxy server address. | |
| proxyUser | The user name for proxy authentication. | |
| proxyPassword | The password for proxy authentication. |
| static void Simias::ProxyState::DeleteProxyState | ( | Uri | server | ) | [inline, static] |
Deletes the specified ProxyState object for the specified server address.
| server | Address of the server to delete a ProxyState object for. |
| static ProxyState Simias::ProxyState::GetProxyState | ( | Uri | server | ) | [inline, static] |
Gets a ProxyState object for the specified server address.
| server | Address of the server to find a ProxyState object for. |
| Uri Simias::ProxyState::GetProxy | ( | Uri | destination | ) | [inline] |
Returns the URI of a proxy.
| destination | A Uri specifying the requested Internet resource. |
| bool Simias::ProxyState::IsBypassed | ( | Uri | host | ) | [inline] |
Indicates that the proxy should not be used for the specified host.
| host | The Uri of the host to check for proxy use. |
ICredentials Simias::ProxyState::Credentials [get, set] |
The credentials to submit to the proxy server for authentication.
1.5.6