Namespace: MonoSoftware.Web.Services
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public IHttpHandler GetHandler(
	HttpContext context,
	string requestType,
	string url,
	string pathTranslated
)
Visual Basic
Public Function GetHandler ( 
	context As HttpContext,
	requestType As String,
	url As String,
	pathTranslated As String
) As IHttpHandler
Visual C++
public:
virtual IHttpHandler^ GetHandler(
	HttpContext^ context, 
	String^ requestType, 
	String^ url, 
	String^ pathTranslated
) sealed
F#
abstract GetHandler : 
        context : HttpContext * 
        requestType : string * 
        url : string * 
        pathTranslated : string -> IHttpHandler 
override GetHandler : 
        context : HttpContext * 
        requestType : string * 
        url : string * 
        pathTranslated : string -> IHttpHandler 

Parameters

context
Type: System.Web..::..HttpContext
requestType
Type: System..::..String
url
Type: System..::..String
pathTranslated
Type: System..::..String

Return Value

Type: IHttpHandler

Implements

IHttpHandlerFactory..::..GetHandler(HttpContext, String, String, String)

See Also