GzipCompressionStream.Comment Property
Namespace: Rebex.IO.Compression.Streams
Assembly: Rebex.Zip.dll (version 7.0.9083)
Comment
Gets a comment stored in GZIP header.
Declaration
public string Comment { get; }
Property Value
Type | Description |
---|---|
String | A comment stored in GZIP header; or null reference (Nothing in Visual Basic) if no comment is stored. |