Interface IHttpClientProxy
Provides a proxy for handling HTTP communication.
Namespace: DocuWare.Services.Http.Client
Assembly: DocuWare.RestClient.dll
Syntax
public interface IHttpClientProxy
  Properties
Proxy
Gets or sets the proxy.
Declaration
HttpClientProxy Proxy { get; }
  Property Value
| Type | Description | 
|---|---|
| HttpClientProxy | The proxy.  | 
      
Methods
SetProxy(HttpClientProxy)
Sets the proxy.
Declaration
void SetProxy(HttpClientProxy proxy)
  Parameters
| Type | Name | Description | 
|---|---|---|
| HttpClientProxy | proxy | The proxy.  |