Indicates whether the client is expecting FirePHP headers in the response

Namespace:  CDub.FireNet
Assembly:  CDub.FireNet (in CDub.FireNet)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool Enabled { get; }
Visual Basic (Declaration)
Public ReadOnly Property Enabled As Boolean
Visual C++
public:
property bool Enabled {
	bool get ();
}

See Also