Click or drag to resize

IHostedHttpHandlerGetContentHash Method

Gets hash of response content based on any request parameters.

Namespace: GSF.Web.Hosting
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
long GetContentHash(
	HttpRequestMessage request
)
View Source

Parameters

request  HttpRequestMessage
HTTP request message.

Return Value

Int64
Remarks
Value is only used when UseClientCache is true.
See Also