Elmah.ErrorLogPageFactory.IHttpHandlerFactory C# (CSharp) Méthode

IHttpHandlerFactory() private méthode

private IHttpHandlerFactory ( HttpContext context, string requestType, string url, string pathTranslated ) : IHttpHandler
context System.Web.HttpContext
requestType string
url string
pathTranslated string
Résultat IHttpHandler
        IHttpHandler IHttpHandlerFactory.GetHandler(HttpContext context, string requestType, string url, string pathTranslated)
        {
            return GetHandler(new HttpContextWrapper(context), requestType, url, pathTranslated);
        }