ServiceConnection CreateWithWindowsAuthenticationAsync Method (Uri, String, String, String, )DocuWare Platform .NET API
Creates a connection for the specified service URI using NTLM authentication.

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> CreateWithWindowsAuthenticationAsync(
	Uri serviceUri,
	string userName,
	string password,
	string domain = null,
	HttpClientHandler httpClientHandler = null
)

Return Value

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