Gets a file name stored in GZIP header.

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

Syntax

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

Return Value

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

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also