TheRequestData..::..Header Property
   A dictionary field initialized to hold the headers of the incoming request.
   
                
    Namespace: 
   nsCDEngine.ViewModelsAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public cdeConcurrentDictionary<string, string> Header { get; set; }
Public Property Header As cdeConcurrentDictionary(Of String, String) Get Set
public: property cdeConcurrentDictionary<String^, String^>^ Header { cdeConcurrentDictionary<String^, String^>^ get (); void set (cdeConcurrentDictionary<String^, String^>^ value); }