Interface IHeadersWolfMessage
Represents a wolf command message or event that uses headers in payload.
Inherited Members
Namespace: TehGM.Wolfringo
Assembly: Wolfringo.Core.dll
Syntax
public interface IHeadersWolfMessage : IWolfMessage
Properties
| Improve this Doc View SourceHeaders
Message payload headers.
Declaration
[JsonIgnore]
IDictionary<string, object> Headers { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> |