C# Class Hobsons.WebApiHelpers.UnitTests.CustomHeaderHttpMessageHandlerTests.FakeCustomHeaderHttpMessageHandler

The fake custom header http message handler.
Inheritance: CustomHeaderHttpMessageHandler
ファイルを表示 Open project: HobsonsEMSTechnology/WebApiHelpers

Public Methods

Method Description
FakeCustomHeaderHttpMessageHandler ( string customHeaderName ) : System

Initialises a new instance of the FakeCustomHeaderHttpMessageHandler class.

Protected Methods

Method Description
ModifyResponse ( HttpResponseMessage responseMessage ) : void

The modify response.

Method Details

FakeCustomHeaderHttpMessageHandler() public method

Initialises a new instance of the FakeCustomHeaderHttpMessageHandler class.
public FakeCustomHeaderHttpMessageHandler ( string customHeaderName ) : System
customHeaderName string /// The custom header name. ///
return System

ModifyResponse() protected method

The modify response.
protected ModifyResponse ( HttpResponseMessage responseMessage ) : void
responseMessage System.Net.Http.HttpResponseMessage /// The response message. ///
return void