C# 클래스 Hobsons.WebApiHelpers.EnricherHttpMessageHandler

The enricher http message handler.
상속: System.Net.Http.DelegatingHandler
파일 보기 프로젝트 열기: HobsonsEMSTechnology/WebApiHelpers

공개 메소드들

메소드 설명
EnricherHttpMessageHandler ( IEnumerable responseEnrichers ) : System.Collections.Generic

Initialises a new instance of the EnricherHttpMessageHandler class.

보호된 메소드들

메소드 설명
SendAsync ( HttpRequestMessage request, CancellationToken cancellationToken ) : Task

Override default sendAsync.

메소드 상세

EnricherHttpMessageHandler() 공개 메소드

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

SendAsync() 보호된 메소드

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