CanHandle Method

HttpServer.dll

Determines if the request should be handled by this module. Invoked by the HttpServer

Namespace:  HttpServer.HttpModules
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool CanHandle(
	Uri uri
)
Visual Basic (Declaration)
Public Function CanHandle ( _
	uri As Uri _
) As Boolean
Visual C++
public:
bool CanHandle(
	Uri^ uri
)

Parameters

uri
Type: System..::.Uri

[Missing <param name="uri"/> documentation for "M:HttpServer.HttpModules.FileModule.CanHandle(System.Uri)"]

Return Value

true if this module should handle it.

See Also