Gets a comment stored in GZIP header.

Namespace:  Rebex.IO.Compression.Streams
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
Public ReadOnly Property Comment As String
	Get
C#
public string Comment { get; }

Return Value

A comment stored in GZIP header; or null reference (Nothing in Visual Basic) if no comment is stored.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also