DoesModifyConnection |
Indicates whether the response modifies the cvs
connection. trueif the connection is modified, falseotherwise. |
DoesModifyInputStream |
Indicates whether the response modifies the input
stream. trueif the input stream is modified, falseotherwise. |
IsResponseExpected |
Indicates whether a response is expected from
this request. trueif a response is expected, falseotherwise. |
RequestString | The string to send to the server. |
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. |
AbstractRequest Constructor | Initializes a new instance of the AbstractRequest class. |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |
AbstractRequest Class | ICSharpCode.SharpCvsLib.Requests Namespace