Operation<TThis>.

ReadJsonResponseAsync<TModel>(HttpResponseMessage) Method

Namespace
NetlifySharp.Operations
Containing Type
Operation<TThis>

Syntax

protected Task<TModel> ReadJsonResponseAsync<TModel>(HttpResponseMessage response)

Type Parameters

Name Description
TModel

Parameters

Name Type Description
response HttpResponseMessage

Return Value

Type Description
Task<TResult>