SharpCvsLib

AbstractRequest Members

AbstractRequest overview

Public Instance Properties

DoesModifyConnection Indicates whether the response modifies the cvs connection.
true
if the connection is modified,
false
otherwise.
DoesModifyInputStream Indicates whether the response modifies the input stream.
true
if the input stream is modified,
false
otherwise.
IsResponseExpected Indicates whether a response is expected from this request.
true
if a response is expected,
false
otherwise.
RequestString The string to send to the server.

Public Instance Methods

Equals (inherited from Object)
GetHashCode (inherited from Object)
GetType (inherited from Object)
ModifyConnection Implement this command if your request does modify the input cvs server connection.
ToString Converts the object values into a human readable string.

Protected Instance Constructors

AbstractRequest ConstructorInitializes a new instance of the AbstractRequest class.

Protected Instance Methods

Finalize (inherited from Object)
MemberwiseClone (inherited from Object)

See Also

AbstractRequest Class | ICSharpCode.SharpCvsLib.Requests Namespace