Click or drag to resize

CorrigoServiceLogInCompany Method

Login into HOST-INDEPENDENT WSDL with Company Name, i.e. http://www.corrigonet.corrigo.com/...

Namespace:  CorrigoService
Assembly:  ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public CommandResponse LogInCompany(
	string username,
	string password,
	string companyname
)

Parameters

username
Type: SystemString
Login of the user.
password
Type: SystemString
Password of the user.
companyname
Type: SystemString
Company for login.

Return Value

Type: CommandResponse
Returns instance of a LoginResponse with login results.
See Also