ConnectorCreateConnection Method (Uri)DocuWare Platform .NET API
Creates the connection with the specified base URI.

Namespace: DocuWare.Services.Http.Client
Assembly: DocuWare.RestClient (in DocuWare.RestClient.dll) Version: Version 6.6
Syntax

C#
public static HttpClient CreateConnection(
	Uri baseUri
)

Parameters

baseUri
Type: SystemUri
The base URI.

Return Value

Type: HttpClient
A HTTP client proxy handling further request to the specified URI.
See Also

Reference