C# 클래스 FishSite.NugetWarpper.NugetCache

상속: IHttpModule
파일 보기 프로젝트 열기: iccfish/nuget-local-cache

공개 메소드들

메소드 설명
Dispose ( ) : void

处置由实现 T:System.Web.IHttpModule 的模块使用的资源(内存除外)。

Init ( System.Web.HttpApplication context ) : void

初始化模块,并使其为处理请求做好准备。

비공개 메소드들

메소드 설명
CacheProxy ( System.Web.HttpApplication app ) : void
Context_BeginRequest ( object sender, EventArgs e ) : void
DirectProxy ( System.Web.HttpApplication context ) : void
ReplaceHost ( string content ) : string

메소드 상세

Dispose() 공개 메소드

处置由实现 T:System.Web.IHttpModule 的模块使用的资源(内存除外)。
public Dispose ( ) : void
리턴 void

Init() 공개 메소드

初始化模块,并使其为处理请求做好准备。
public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication 一个 ,它提供对 ASP.NET 应用程序内所有应用程序对象的公用的方法、属性和事件的访问
리턴 void