NuxeoDotNetClient
1.0.0 beta
.NET Client for Nuxeo Automation and REST API
|
A simple class representing the WebProxy class, which is not yet implemented on the dotnet/corefx project. More...
Public Member Functions | |
WebProxy (Uri proxyUri) | |
Initializes an empty instance of the WebProxy class. More... | |
Uri | GetProxy (Uri destination) |
Returns the proxied URI for a request. More... | |
bool | IsBypassed (Uri host) |
Indicates whether to use the proxy server for the specified host. More... | |
Properties | |
ICredentials | Credentials [get, set] |
Gets or sets the credentials to submit to the proxy server for authentication. More... | |
A simple class representing the WebProxy class, which is not yet implemented on the dotnet/corefx project.
Definition at line 27 of file WebProxy.cs.
NuxeoClient.WebProxy.WebProxy | ( | Uri | proxyUri | ) |
Initializes an empty instance of the WebProxy class.
proxyUri |
Definition at line 35 of file WebProxy.cs.
Uri NuxeoClient.WebProxy.GetProxy | ( | Uri | destination | ) |
Returns the proxied URI for a request.
destination | The Uri instance of the requested Internet resource. |
Definition at line 52 of file WebProxy.cs.
bool NuxeoClient.WebProxy.IsBypassed | ( | Uri | host | ) |
Indicates whether to use the proxy server for the specified host.
host | The Uri instance of the host to check for proxy use. |
true
if the proxy server should not be used for host; otherwise, false
.Definition at line 62 of file WebProxy.cs.
|
getset |
Gets or sets the credentials to submit to the proxy server for authentication.
Definition at line 43 of file WebProxy.cs.