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