Wolfringo Wolfringo
Wolfringo Wolfringo
Wolfringo (c) 2020 TehGM
DocFX, DiscordFX theme.
Search Results for

    Interface IHeadersWolfMessage

    Represents a wolf command message or event that uses headers in payload.

    Inherited Members
    IWolfMessage.EventName
    Namespace: TehGM.Wolfringo
    Assembly: Wolfringo.Core.dll
    Syntax
    public interface IHeadersWolfMessage : IWolfMessage

    Properties

    | Improve this Doc View Source

    Headers

    Message payload headers.

    Declaration
    [JsonIgnore]
    IDictionary<string, object> Headers { get; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.Object>

    Extension Methods

    SerializationHelper.SerializeJsonPayload<T>(T, JsonSerializer)