Public Overloads Sub Login( _ ByVal username As String _ )
Dim instance As Rlogin Dim username As String instance.Login(username)
public void Login( string username )
public: void Login( string* username )
public: void Login( String^ username )
This method should be used after the Connect method completes successfully.
The username is the login name of the user as known on the server.
Rlogin Class Rlogin Members Overload List