Table of Contents

Method WaitNext

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

WaitNext()

Waits for the next execution result from the server. This method obtains the next completed context from the HTTP server, both with the request and its response. This method does not interrupt the asynchronous processing of requests.

public HttpServerExecutionResult WaitNext()

Returns

HttpServerExecutionResult

Remarks

Calling this method, it starts the HTTP server if it ins't started yet.