Table of Contents

Namespace Whipstaff.Runtime.HostOverride

Classes

HostOverridableHttpClientHandler

Http Client Handler that allows host overriding.

HttpRequestMessageExtensions

Extensions for HttpRequestMessage and host name overrides.

InMemoryHostOverride

An in memory implementation of a host override.

Interfaces

IHostOverride

A mechanism for allowing the overriding of DNS\hosts within webservice clients. This has come from having an infrastructure that uses global messaging designs but we don't to direct traffic out and back into the network when there is no point. This can be done via a hosts file on the system. but it adds a level of complication in managing systems. And a hosts file is global to the whole operating system.