SharpCvsLib

PServerAuthRequest Constructor (String, String)

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

[Visual Basic]
Overloads Public Sub New( _
   ByVal cvsroot As String, _
   ByVal username As String _
)
[C#]
public PServerAuthRequest(
   string cvsroot,
   string username
);

Parameters

cvsroot
A cvsroot line that locates the repository and the server.
username
The name of the user that is logging in.

See Also

PServerAuthRequest Class | ICSharpCode.SharpCvsLib.Requests Namespace | PServerAuthRequest Constructor Overload List