Operation<TThis>.

ReadResponseAsync<TResponse>(HttpResponseMessage) Method

Namespace
NetlifySharp.Operations
Containing Type
Operation<TThis>

Syntax

protected virtual Task<TResponse> ReadResponseAsync<TResponse>(HttpResponseMessage response)

Type Parameters

Name Description
TResponse

Parameters

Name Type Description
response HttpResponseMessage

Return Value

Type Description
Task<TResult>