Click or drag to resize
DocumentSetProxy Method
Sets the HTTP communication proxy which is used in further HTTP communication.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.8
Syntax
C#
public void SetProxy(
	HttpClient proxy
)

Parameters

proxy
Type: System.Net.HttpHttpClient
The HttpClient instance which is used in further HTTP communication.

Implements

IHttpClientProxySetProxy(HttpClient)
Remarks
The HTTP proxy is used to handle the HTTP requests which are created by this instance. The proxy is used in case a request is sent to a URL which is resolved from a link.
See Also