Authenticates the user to the server.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Sub Login ( _
	userName As String, _
	password As String _
)
C#
void Login(
	string userName,
	string password
)

Parameters

userName
Type: System..::..String
The username.
password
Type: System..::..String
Password for the given username.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also