Click or drag to resize
IRequestHeaders Property
Gets the collection of HTTP headers that were sent by the client.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
NameValueCollection Headers { get; }

Property Value

Type: NameValueCollection
See Also