Creates a new instance of the pserver authentication request with a null password.
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);
PServerAuthRequest Class | ICSharpCode.SharpCvsLib.Requests Namespace