SharpCvsLib

GzipStreamRequest Class

Response expected: no. Use zlib (RFC 1950/1951) compression to compress all further communication between the client and the server. After this request is sent, all further communication must be compressed. All further data received from the server will also be compressed. The level argument suggests to the server the level of compression that it should apply; it should be an integer between 1 and 9, inclusive, where a higher number indicates more compression.

For a list of all members of this type, see GzipStreamRequest Members.

System.Object
   AbstractRequest
      GzipStreamRequest

[Visual Basic]
Public Class GzipStreamRequest
Inherits AbstractRequest
[C#]
public class GzipStreamRequest : AbstractRequest

Requirements

Namespace: ICSharpCode.SharpCvsLib.Requests

Assembly: ICSharpCode.SharpCvsLib (in ICSharpCode.SharpCvsLib.dll)

See Also

GzipStreamRequest Members | ICSharpCode.SharpCvsLib.Requests Namespace