Click or drag to resize

CsvDownloadHandlerProcessRequestAsync Method

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

Namespace: GSF.Web.Model.Handlers
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public 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

Implements

IHostedHttpHandlerProcessRequestAsync(HttpRequestMessage, HttpResponseMessage, CancellationToken)
See Also