Show / Hide Table of Contents

Class HttpResponseExtensions

Inheritance
System.Object
HttpResponseExtensions
Namespace: FunctionMonkey.Testing
Assembly: FunctionMonkey.Testing.dll
Syntax
public static class HttpResponseExtensions : object

Methods

| Improve this Doc View Source

GetJson<TResult>(HttpResponse)

Simple extension method for deserializing the JSON body of a response

Declaration
public static TResult GetJson<TResult>(this HttpResponse response)
Parameters
Type Name Description
HttpResponse response
Returns
Type Description
TResult
Type Parameters
Name Description
TResult
  • Improve this Doc
  • View Source
  • 0 Comments
Back to top Copyright © 2018 James Randall