Class HttpActionResult
Class with the result of an HttpAction request.
Inheritance
System.Object
HttpActionResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Eclo.nF.SIM800H
Assembly: cs.temp.dll.dll
Syntax
public class HttpActionResult
Constructors
HttpActionResult(HttpAction, Int32, Int32)
Declaration
public HttpActionResult(HttpAction action, int statusCode, int dataLenght)
Parameters
Type | Name | Description |
---|---|---|
HttpAction | action | |
System.Int32 | statusCode | |
System.Int32 | dataLenght |
Properties
Action
Declaration
public HttpAction Action { get; }
Property Value
Type | Description |
---|---|
HttpAction |
DataLenght
Declaration
public int DataLenght { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
StatusCode
Declaration
public int StatusCode { get; }
Property Value
Type | Description |
---|---|
System.Int32 |