Click or drag to resize
ResourcesPopulatingEventArgsHeaders Property
Gets a collection of header name/value pairs associated with the request.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public WebHeaderCollection Headers { get; }

Property Value

Type: WebHeaderCollection
A WebHeaderCollection containing header name/value pairs associated with this request.
Remarks
The Headers property contains a WebHeaderCollection instance containing header information that KaxScheduler sends with the request.
See Also