Table of Contents

Delegate RoutingErrorCallback

Namespace
Sisk.Core.Routing
Assembly
Sisk.Core.dll

Represents the function that is called when an request reaches an error on the router.

public delegate HttpResponse RoutingErrorCallback(HttpContext context)

Parameters

context HttpContext
Represents the function that is called when an request reaches an error on the router.

Returns

HttpResponse
Represents the function that is called when an request reaches an error on the router.

Constructors

RoutingErrorCallback(object, nint)

Methods

BeginInvoke(HttpContext, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(HttpContext)