C# 클래스 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
파일 보기 프로젝트 열기: andyedinborough/FakeHost

공개 메소드들

메소드 설명
Reset ( ) : void

메소드 상세

Reset() 공개 정적인 메소드

public static Reset ( ) : void
리턴 void