HttpListenerRequest.Headers Property
Gets the collection of header name/value pairs sent in the request.
Namespace: System.Net
Assembly: System (in system.dll)
Syntax
public WebHeaderCollection Headers { get; }
Property Value
A WebHeaderCollection that contains the HTTP headers included in the request.
Version Information
Available in the .NET Micro Framework versions 4.0 and 4.1.
See Also
Reference
HttpListenerRequest Class
HttpListenerRequest Members
System.Net Namespace