Method | Description | |
---|---|---|
GetHandler ( |
||
GetHandler ( System.Web.HttpContextBase context ) : IHttpHandler | ||
ReleaseHandler ( IHttpHandler handler ) : void |
public GetHandler ( |
||
context | ||
requestType | string | |
url | string | |
pathTranslated | string | |
return | IHttpHandler |
public abstract GetHandler ( System.Web.HttpContextBase context ) : IHttpHandler | ||
context | System.Web.HttpContextBase | |
return | IHttpHandler |
public ReleaseHandler ( IHttpHandler handler ) : void | ||
handler | IHttpHandler | |
return | void |