Show / Hide Table of Contents

Class HttpResponse

Inheritance
System.Object
HttpResponse
Namespace: FunctionMonkey.Abstractions
Assembly: FunctionMonkey.Abstractions.dll
Syntax
public class HttpResponse : object

Properties

| Improve this Doc View Source

Body

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.Byte[]
| Improve this Doc View Source

StatusCode

Declaration
public int StatusCode { get; set; }
Property Value
Type Description
System.Int32

Extension Methods

OpenApiFluentValidationHelper.IsNumeric(Object)
OpenApiFluentValidationHelper.NumericToInt(Object)
OpenApiFluentValidationHelper.NumericToDouble(Object)
OpenApiFluentValidationHelper.NumericToDecimal(Object)
  • Improve this Doc
  • View Source
  • 0 Comments
Back to top Copyright © 2018 James Randall