ServiceConnection HttpClient Property DocuWare Platform .NET API
Gets the HTTP client.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: 6.5.0.0 (6.5.0.5648)
Syntax

public HttpClient HttpClient { get; }

Property Value

Type: HttpClient
The HTTP client.
See Also