SharpCvsLib

AbstractRequest Properties

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

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.

See Also

AbstractRequest Class | ICSharpCode.SharpCvsLib.Requests Namespace