Class HttpResponse
Inheritance
System.Object
HttpResponse
Namespace: FunctionMonkey.Abstractions
Assembly: FunctionMonkey.Abstractions.dll
Syntax
public class HttpResponse : object
Properties
| Improve this Doc View SourceBody
If not null this will be used for the response message, otherwise the default behaviour will be used: Errors: "Error occurred" Success: Command response body
Declaration
public byte[] Body { get; set; }
Property Value
Type | Description |
---|---|
System. |
StatusCode
Declaration
public int StatusCode { get; set; }
Property Value
Type | Description |
---|---|
System. |