Table of Contents

Method WaitNextAsync

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

WaitNextAsync()

Waits for the next execution result from the server asynchronously. 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 Task<HttpServerExecutionResult> WaitNextAsync()

Returns

Task<HttpServerExecutionResult>

Remarks

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