PowerTCP Emulation for .NET
Login(String,String) Method




The username sent during login.
Login name of the user on the client host.
Log into an Rlogin server.
Syntax
Public Overloads Sub Login( _
   ByVal username As String, _
   ByVal clientUsername As String _
) 
Dim instance As Rlogin
Dim username As String
Dim clientUsername As String
 
instance.Login(username, clientUsername)
public void Login( 
   string username,
   string clientUsername
)
public: void Login( 
   string* username,
   string* clientUsername
) 
public:
void Login( 
   String^ username,
   String^ clientUsername
) 

Parameters

username
The username sent during login.
clientUsername
Login name of the user on the client host.
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. The clientUsername may be used if the client username differs from the server username.

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