PowerTCP Emulation for .NET
Login(String) Method




The username sent during login.
Log into an Rlogin server.
Syntax
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
) 

Parameters

username
The username sent during login.
Remarks

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.

See Also

Reference

Rlogin Class
Rlogin Members
Overload List


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic