Method | Description | |
---|---|---|
GetHandler ( System.Web.HttpContextBase context, string requestType, string url, string pathTranslated ) : IHttpHandler |
Returns an object that implements the IHttpHandler interface and which is responsible for serving the request.
|
|
ReleaseHandler ( IHttpHandler handler ) : void |
Enables the factory to reuse an existing handler instance.
|
Method | Description | |
---|---|---|
FindHandler ( string name ) : IHttpHandler | ||
GetAuthorizationHandlers ( System.Web.HttpContextBase context ) : IEnumerable |
||
GetRequestUrl ( System.Web.HttpContextBase context ) : |
||
IHttpHandlerFactory ( |
||
IsAuthorized ( System.Web.HttpContextBase context ) : bool? |
Determines if the request is authorized by objects implementing IRequestAuthorizationHandler.
|
public GetHandler ( System.Web.HttpContextBase context, string requestType, string url, string pathTranslated ) : IHttpHandler | ||
context | System.Web.HttpContextBase | |
requestType | string | |
url | string | |
pathTranslated | string | |
return | IHttpHandler |
public ReleaseHandler ( IHttpHandler handler ) : void | ||
handler | IHttpHandler | |
return | void |