Click or drag to resize

RequestHeaders Property

Gets the NameValueCollection containing all header values.

Namespace:  Dynamicweb.Environment.Web
Assembly:  Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax
public NameValueCollection Headers { get; }

Property Value

Type: NameValueCollection
The headers.

Implements

IRequestHeaders
See Also