Table of Contents

Namespace Fusillade

Classes

LimitingHttpMessageHandler

Limiting HTTP schedulers only allow a certain number of bytes to be read before cancelling all future requests. This is designed for reading data that may or may not be used by the user later, in order to improve response times should the user later request the data.

NetCache

Handles caching for our Http requests.

OfflineHttpMessageHandler

A http handler that will make a response even if the HttpClient is offline.

RateLimitedHttpMessageHandler

A http handler which will limit the rate at which we can read.

Interfaces

IRequestCache

This Interface is a simple cache for HTTP requests - it is intentionally not designed to conform to HTTP caching rules since you most likely want to override those rules in a client app anyways.

Enums

Priority

This enumeration defines the default base priorities associated with the different NetCache instances.