Logs the current handle into the server for normal operation.

Namespace:  Bone
Assembly:  BoneNet (in BoneNet.dll) Version: 0.1.3089.35299 (0.1.0)

Syntax

C#
public bool Login(
	string user,
	string password
)
Visual Basic (Declaration)
Public Function Login ( _
	user As String, _
	password As String _
) As Boolean
Visual C++
public:
bool Login(
	String^ user, 
	String^ password
)

Parameters

user
Type: System..::.String
User name to use when logging in.
password
Type: System..::.String
Password to use when logging in.

Return Value

true on failure.

See Also