Click or drag to resize

IHostedHttpHandlerProcessRequestAsync Method

Enables processing of HTTP web requests by a custom handler that implements the IHostedHttpHandler interface.

Namespace: GSF.Web.Hosting
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
Task ProcessRequestAsync(
	HttpRequestMessage request,
	HttpResponseMessage response,
	CancellationToken cancellationToken
)
View Source

Parameters

request  HttpRequestMessage
HTTP request message.
response  HttpResponseMessage
HTTP response message.
cancellationToken  CancellationToken
Propagates notification from client that operations should be canceled.

Return Value

Task
See Also