ServiceConnection Create Method (Uri, String, String, String, Nullable DWProductTypes , )DocuWare Platform .NET API
Creates a connection for the specified service URI.

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 Create(
	Uri serviceUri,
	string userName,
	string password,
	string organization = null,
	Nullable<DWProductTypes> licenseType = null,
	HttpMessageHandler httpClientHandler = null
)

Parameters

serviceUri
Type: OnlineSystem Uri
The service URI.
userName
Type: OnlineSystem String
Name of the user.
password
Type: OnlineSystem String
The password.
organization (Optional)
Type: OnlineSystem String
The organization.
licenseType (Optional)
Type: OnlineSystem Nullable DWProductTypes 
Type of the license.
httpClientHandler (Optional)
Type: HttpMessageHandler
The HTTP message handler.

Return Value

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