Connector CreateConnection 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: 6.5.0.0 (6.5.0.5648)
Syntax

public static HttpClient CreateConnection(
	Uri baseUri
)

Return Value

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