Class ApiResult
Represents the result of an API call.
public class ApiResult
- Inheritance
-
ApiResult
- Inherited Members
Properties
- Code
Gets or sets the status code of the API result.
- HttpStatusCode
Gets the HTTP status code corresponding to the API result code.
- IsSuccessStatusCode
Gets a value indicating whether the status code is in the range 200-299.
- Message
Gets or sets the message of the API result.