Click or drag to resize

RestModuleAddEtag Method

Adds an ETag header to the response, based on the output.

Namespace:  Packflow.Rest
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
protected void AddEtag(
	HttpResponse response,
	string etagValue
)

Parameters

response
Type: System.WebHttpResponse
etagValue
Type: SystemString
See Also