C# Class Hobsons.WebApiHelpers.UnitTests.Fixtures.FakeInnerHttpMessageHandler

The fake inner http message handler.
Inheritance: System.Net.Http.DelegatingHandler
Show file Open project: HobsonsEMSTechnology/WebApiHelpers Class Usage Examples

Protected Methods

Method Description
SendAsync ( HttpRequestMessage request, CancellationToken cancellationToken ) : Task

Fake message handling.

Method Details

SendAsync() protected method

Fake message handling.
protected SendAsync ( HttpRequestMessage request, CancellationToken cancellationToken ) : Task
request System.Net.Http.HttpRequestMessage /// The request. ///
cancellationToken System.Threading.CancellationToken /// The cancellation token. ///
return Task