authoricates with the white tiger server using the given usrname and password

Namespace: White_Tiger
Assembly: White Tiger (in White Tiger.dll) Version: 0.1.3.5 (0.1.3.5)

Syntax

C#
public bool Login(
	string username,
	string password
)
Visual Basic
Public Function Login ( 
	username As String,
	password As String
) As Boolean
Visual C++
public:
virtual bool Login(
	String^ username, 
	String^ password
) sealed

Parameters

username
Type: System..::..String
name of the user
password
Type: System..::..String
password of the user

Return Value

Type: Boolean
truw if logins successfuly or false if doesnt

Implements

IWhiteTigerService..::..Login(String, String)

See Also