Suoranta.EnterpriseLib.Web - Developer API

UnitProcessor<(Of <(<'TArguments, TResult>)>)>..::..ProcessResponseAsync Method

Process task representing HTTP response

Namespace:  Suoranta.EnterpriseLib.Util.Net
Assembly:  Suoranta.EnterpriseLib (in Suoranta.EnterpriseLib.dll)

Syntax


public virtual void ProcessResponseAsync(
	Task<HttpResponseMessage> responseTask
)

Parameters

responseTask
Type: Task<(Of <(<'HttpResponseMessage>)>)>

Remarks


Overriding base implementation is optional.