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
Afficher le fichier Open project: andyedinborough/FakeHost

Méthodes publiques

Méthode Description
Reset ( ) : void

Method Details

Reset() public static méthode

public static Reset ( ) : void
Résultat void