ServiceConnection CreateWithWindowsAuthentication Method (Uri, ICredentials, )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,
	ICredentials credentials,
	HttpClientHandler httpClientHandler = null
)

Parameters

serviceUri
Type: OnlineSystem Uri
The service URI.
credentials
Type: OnlineSystem.Net ICredentials
The credentials.
httpClientHandler (Optional)
Type: HttpClientHandler
The HTTP client handler.

Return Value

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