ResourcesPopulatingEventArgsHeaders Property |
Gets a collection of header name/value pairs associated with the request.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic WebHeaderCollection Headers { get; }
Public ReadOnly Property Headers As WebHeaderCollection
Get
public:
property WebHeaderCollection^ Headers {
WebHeaderCollection^ get ();
}
member Headers : WebHeaderCollection with 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