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

    Class OnlineStateUpdateResponse

    Wolf server's response for OnlineStateUpdateMessage.

    Inheritance
    System.Object
    WolfResponse
    OnlineStateUpdateResponse
    Implements
    IWolfResponse
    Inherited Members
    WolfResponse.StatusCode
    WolfResponse.ErrorCode
    WolfResponse.ErrorMessage
    Namespace: TehGM.Wolfringo.Messages.Responses
    Assembly: Wolfringo.Core.dll
    Syntax
    public class OnlineStateUpdateResponse : WolfResponse, IWolfResponse

    Constructors

    | Improve this Doc View Source

    OnlineStateUpdateResponse()

    Creates a response instance.

    Declaration
    [JsonConstructor]
    protected OnlineStateUpdateResponse()

    Properties

    | Improve this Doc View Source

    OnlineState

    New online state.

    Declaration
    [JsonProperty("state")]
    [JsonConverter(typeof(ValueOrPropertyConverter), new object[]{"state"})]
    public WolfOnlineState OnlineState { get; }
    Property Value
    Type Description
    WolfOnlineState

    Implements

    IWolfResponse

    Extension Methods

    WolfResponseExtensions.IsSuccess(IWolfResponse)
    WolfResponseExtensions.IsError(IWolfResponse)