RequestHeaders Property
The headers in the AS3 request.
Syntax
public HeaderList RequestHeaders { get; }
Public Property RequestHeaders As HeaderList
Remarks
The headers will be parsed from the request by calls to methods such as ParseHeaders, ParseRequest, or ProcessRequest is invoked.