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

    Interface IWolfResponse

    Represents Wolf server's response.

    Namespace: TehGM.Wolfringo.Messages.Responses
    Assembly: Wolfringo.Core.dll
    Syntax
    public interface IWolfResponse

    Properties

    | Improve this Doc View Source

    StatusCode

    Response status code.

    Declaration
    [JsonProperty("code")]
    HttpStatusCode StatusCode { get; }
    Property Value
    Type Description
    System.Net.HttpStatusCode

    Extension Methods

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