Keeps track of whether or not we're written the compression headers

Namespace: DotNetNuke.HttpModules.Compression
Assembly: DotNetNuke.HttpModules (in DotNetNuke.HttpModules.dll)

Syntax

C#
protected bool HasWrittenHeaders { get; }
Visual Basic
Protected ReadOnly Property HasWrittenHeaders As Boolean
	Get

See Also