SharpCvsLib

PServerAuthRequest Properties

The properties of the PServerAuthRequest class are listed below. For a complete list of PServerAuthRequest class members, see the PServerAuthRequest Members topic.

Public Instance Properties

CvsRoot The cvs root.
DoesModifyConnection (inherited from AbstractRequest) Indicates whether the response modifies the cvs connection.
true
if the connection is modified,
false
otherwise.
DoesModifyInputStream (inherited from AbstractRequest) Indicates whether the response modifies the input stream.
true
if the input stream is modified,
false
otherwise.
IsResponseExpected
false
, a response is not expected.
Password Get the password for the user.
RequestString Authorization for the pserver protocol.
UserName The name of the user that is logging in.

See Also

PServerAuthRequest Class | ICSharpCode.SharpCvsLib.Requests Namespace