A www.Sockets4.NET class library

AIMConnection.Login Method (String, String, Int32)

Logs into the connected TOC server with the given username and password

public void Login(
   string username,
   string password,
   int WaitTime
);

Parameters

username
Username to authenticate with
password
Password to authenticate with
WaitTime
Amount of time in milliseconds to wait for login process to complete

See Also

AIMConnection Class | Sockets4AIM Namespace | AIMConnection.Login Overload List