SharpCvsLib

GzipStreamRequest Members

GzipStreamRequest overview

Public Instance Constructors

GzipStreamRequestOverloaded. Initializes a new instance of the GzipStreamRequest class.

Public Instance Properties

DoesModifyConnection
true
, the request does modify the connection.
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.
RequestString Request to zip the entire stream.

Public Instance Methods

Equals (inherited from Object)
GetHashCode (inherited from Object)
GetType (inherited from Object)
ModifyConnection Override the modify connection method to apply the compression/ decompression to the server communication.
ToString (inherited from AbstractRequest) Converts the object values into a human readable string.

Protected Instance Methods

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

See Also

GzipStreamRequest Class | ICSharpCode.SharpCvsLib.Requests Namespace