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)
Syntaxpublic 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:
CommandResponseReturns instance of a LoginResponse with login results.
See Also