WorkSiteConnectToWorkSite Method (String, String)Mocom WorkSite Library API
Connect to the WorkSite server using supplied credentials. The name of the server is specified in the ServerName property.

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 username,
	string password
)

Parameters

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