C# Class Hobsons.WebApiHelpers.EnricherHttpMessageHandler

The enricher http message handler.
Inheritance: System.Net.Http.DelegatingHandler
Afficher le fichier Open project: HobsonsEMSTechnology/WebApiHelpers

Méthodes publiques

Méthode Description
EnricherHttpMessageHandler ( IEnumerable responseEnrichers ) : System.Collections.Generic

Initialises a new instance of the EnricherHttpMessageHandler class.

Méthodes protégées

Méthode Description
SendAsync ( HttpRequestMessage request, CancellationToken cancellationToken ) : Task

Override default sendAsync.

Method Details

EnricherHttpMessageHandler() public méthode

Initialises a new instance of the EnricherHttpMessageHandler class.
public EnricherHttpMessageHandler ( IEnumerable responseEnrichers ) : System.Collections.Generic
responseEnrichers IEnumerable /// The response enrichers. ///
Résultat System.Collections.Generic

SendAsync() protected méthode

Override default sendAsync.
protected SendAsync ( HttpRequestMessage request, CancellationToken cancellationToken ) : Task
request System.Net.Http.HttpRequestMessage /// The request. ///
cancellationToken System.Threading.CancellationToken /// The cancellation token. ///
Résultat Task