FormsService
Login Method
frevvo Live Forms
Login to the service using specified credentials.
Namespace:
Frevvo.Forms.Client
Assembly:
Frevvo.Forms.Client
(in Frevvo.Forms.Client.dll) Version: 7.2.1.0 (7.2.1)
Syntax
C#
VB
C++
F#
View Colorized
Copy to Clipboard
Print
public
void
Login
(
string
user
,
string
pwd
)
public void Login( string user, string pwd )
Parameters
user
Type:
System
String
The user name
pwd
Type:
System
String
The password
See Also
FormsService Class
FormsService Members
Frevvo.Forms.Client Namespace