SocketTools .NET Edition

RshClient.Login Method

Establish an interactive terminal session for the specified user.

Overload List

Establish an interactive terminal session for the specified user.

public bool Login(string);

Establish an interactive terminal session for the specified user.

public bool Login(string,int);

Establish an interactive terminal session for the specified user.

public bool Login(string,int,string);

Establish an interactive terminal session for the specified user.

public bool Login(string,int,string,int);

Establish an interactive terminal session for the specified user.

public bool Login(string,int,string,string,int);

Establish an interactive terminal session for the specified user.

public bool Login(string,int,string,string,int,RemoteOptions);

Establish an interactive terminal session for the specified user.

public bool Login(string,string);

See Also

RshClient Class | SocketTools Namespace