Method | Description | |
---|---|---|
GetContentHash ( |
Gets hash of response content based on any request parameters. Value is only used when IHostedHttpHandler.UseClientCache is |
|
ProcessRequestAsync ( |
Enables processing of HTTP web requests by a custom handler that implements the IHostedHttpHandler interface.
|
Method | Description | |
---|---|---|
CopyModelAsCsvToStreamAsync ( |
||
ExportDataHandler ( ) : System | ||
GetHeaders ( DataContext dataContext, IEnumerable |
public GetContentHash ( |
||
request | HTTP request message. | |
return | long |
public ProcessRequestAsync ( |
||
request | HTTP request message. | |
response | HTTP response message. | |
cancellationToken | Propagates notification from client that operations should be canceled. | |
return | Task |