Table of Contents

Delegate ServerExecutionEventHandler

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

Represents the function that is called when a server receives and computes a request.

public delegate void ServerExecutionEventHandler(object sender, HttpServerExecutionResult e)

Parameters

sender object

The HttpServer calling the function.

e HttpServerExecutionResult

Server request and operation information.

Constructors

ServerExecutionEventHandler(object, nint)

Methods

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