Method WaitNextAsync
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
Remarks
Calling this method, it starts the HTTP server if it ins't started yet.