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
public CommandResponse LogInCompany(
	string username,
	string password,
	string companyname
)

Parameters

username  String
Login of the user.
password  String
Password of the user.
companyname  String
Company for login.

Return Value

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