C# Class FakeHost.Interception.LastRequestData

A place to store information about each request as we capture it Static because HttpRuntime.ProcessRequest() exposes no convenient hooks for intercepting the request processing pipeline, so we're statically attaching an interceptor to all loaded controllers
Show file Open project: andyedinborough/FakeHost

Public Methods

Method Description
Reset ( ) : void

Method Details

Reset() public static method

public static Reset ( ) : void
return void