Class ApiResponse
Inheritance
object
ApiResponse
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Boomack.Client.Responses
Assembly: NBoomackClient.dll
Syntax
public class ApiResponse
Properties
Content
Declaration
public string Content { get; }
Property Value
Type | Description |
---|---|
string |
Stats
Declaration
public ResponseStats Stats { get; }
Property Value
Type | Description |
---|---|
ResponseStats |
StatusCode
Declaration
public HttpStatusCode StatusCode { get; }
Property Value
Type | Description |
---|---|
HttpStatusCode |
Success
Declaration
public bool Success { get; }
Property Value
Type | Description |
---|---|
bool |