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 SourceStatusCode
Response status code.
Declaration
[JsonProperty("code")]
HttpStatusCode StatusCode { get; }
Property Value
Type | Description |
---|---|
HttpStatusCode |