SharpCvsLib

PServerAuthRequest Constructor

Creates a new instance of the pserver authentication request with a null password.

Overload List

Creates a new instance of the pserver authentication request with a null password.

public PServerAuthRequest(string,string);

Create a new pserver authentication object. Populate the cvsroot, username and password variables that will be sent to the server. When the password is populated it is encrypted with the password scrambler.

public PServerAuthRequest(string,string,string);

See Also

PServerAuthRequest Class | ICSharpCode.SharpCvsLib.Requests Namespace