IMessageContainerHeaders Property |
Headers created by Askia Portal.
Namespace:
AskiaPortalCmn
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax IDictionary<string, Object> Headers { get; set; }
Property Headers As IDictionary(Of String, Object)
Get
Set
property IDictionary<String^, Object^>^ Headers {
IDictionary<String^, Object^>^ get ();
void set (IDictionary<String^, Object^>^ value);
}
Property Value
Type:
IDictionaryString,
ObjectRemarks
Mostly contains information to recreate a context (user session, application...).
Also contains a copy of the raw message headers used for routing: (entity,survey), (action, publish)...
See Also