Mono.Web.TestHandlerFactory.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 new TestHandler ();
		}

Same methods

TestHandlerFactory::IHttpHandlerFactory ( IHttpHandler handler ) : void
TestHandlerFactory