WorkSiteConnectToWorkSite Method (String, String, String)Mocom WorkSite Library API
Connect to the WorkSite server using windows credentials.

Namespace: Mocom_WorkSite_Library
Assembly: Mocom WorkSite Library (in Mocom WorkSite Library.dll) Version: 1.0.8.0 (1.0.8)
Syntax

public void ConnectToWorkSite(
	string serverName,
	string username,
	string password
)

Parameters

serverName
Type: SystemString
The name of the WorkSite server
username
Type: SystemString
The username of the account to connect with.
password
Type: SystemString
The password of the account to connect with.
See Also

Reference