ServiceConnection CreateAsync Method (Uri, )DocuWare Platform .NET API
Creates a connection for the specified service URI without a log in. The connection is created asynchronously.

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

public static Task<ServiceConnection> CreateAsync(
	Uri serviceUri,
	HttpMessageHandler httpClientHandler = null
)

Parameters

serviceUri
Type: OnlineSystem Uri
The service URI.
httpClientHandler (Optional)
Type: HttpMessageHandler
The HTTP message handler.

Return Value

Type: OnlineTask ServiceConnection 
A task which is creating a proxy which handles further requests.
See Also