Method WaitNextAsync
WaitNextAsync(TimeSpan)
Asynchronously waits for the next HTTP request to be processed, with a specified timeout.
public Task<HttpServerExecutionResult> WaitNextAsync(TimeSpan timeout = default)
Parameters
timeoutTimeSpanThe time span to wait for the next request. If not specified, the default timeout is used.
Returns
- Task<HttpServerExecutionResult>
A task that represents the asynchronous operation. The task result contains the result of the HTTP server execution.
WaitNextAsync(CancellationToken)
Asynchronously waits for the next HTTP request to be processed, with a specified cancellation token.
public Task<HttpServerExecutionResult> WaitNextAsync(CancellationToken cancellation = default)
Parameters
cancellationCancellationTokenThe cancellation token to signal when the operation should be cancelled.
Returns
- Task<HttpServerExecutionResult>
A task that represents the asynchronous operation. The task result contains the result of the HTTP server execution.
English
Русский
Português
Español
Deutsch
中文 (简体)
日本語