ServiceConnection CreateWithWindowsAuthentication Method (Uri, String, String, String, )DocuWare Platform .NET API
Creates a connection for the specified service URI using windows 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 ServiceConnection CreateWithWindowsAuthentication(
	Uri serviceUri,
	string userName,
	string password,
	string domain = null,
	HttpClientHandler httpClientHandler = null
)

Return Value

Type: ServiceConnection
A proxy which handles further requests.
See Also