Click or drag to resize
HttpActionResult Constructor
Initializes a new instance of the HttpActionResult class

Namespace: Eclo.NETMF.SIM800H
Assembly: Eclo.NETMF.SIM800H (in Eclo.NETMF.SIM800H.dll) Version: 1.1.97.0 (1.1.97.0)
Syntax
C#
public HttpActionResult(
	HttpAction action,
	int statusCode,
	int dataLenght
)

Parameters

action
Type: Eclo.NETMF.SIM800HHttpAction

[Missing <param name="action"/> documentation for "M:Eclo.NETMF.SIM800H.HttpActionResult.#ctor(Eclo.NETMF.SIM800H.HttpAction,System.Int32,System.Int32)"]

statusCode
Type: SystemInt32

[Missing <param name="statusCode"/> documentation for "M:Eclo.NETMF.SIM800H.HttpActionResult.#ctor(Eclo.NETMF.SIM800H.HttpAction,System.Int32,System.Int32)"]

dataLenght
Type: SystemInt32

[Missing <param name="dataLenght"/> documentation for "M:Eclo.NETMF.SIM800H.HttpActionResult.#ctor(Eclo.NETMF.SIM800H.HttpAction,System.Int32,System.Int32)"]

See Also