Operation<TThis>.

WithResponseHandler(Action<HttpResponseMessage>) Method

Namespace
NetlifySharp.Operations
Containing Type
Operation<TThis>

Syntax

public TThis WithResponseHandler(Action<HttpResponseMessage> responseHandler)

Parameters

Name Type Description
responseHandler Action<T>

Return Value

Type Description
TThis