GzipStreamRequest | Overloaded. Initializes a new instance of the GzipStreamRequest class. |
DoesModifyConnection | true, the request does modify the connection. |
DoesModifyInputStream (inherited from AbstractRequest) |
Indicates whether the response modifies the input
stream. trueif the input stream is modified, falseotherwise. |
IsResponseExpected | false, a response is not expected. |
RequestString | Request to zip the entire stream. |
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. |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |
GzipStreamRequest Class | ICSharpCode.SharpCvsLib.Requests Namespace