Click or drag to resize

IHostedHttpHandler Interface

Defines an HTTP handler for self-hosted WebServer instances.

Namespace: GSF.Web.Hosting
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public interface IHostedHttpHandler
View Source

The IHostedHttpHandler type exposes the following members.

Properties
 NameDescription
Public propertyUseClientCache Determines if client cache should be enabled for rendered handler content.
Top
Methods
 NameDescription
Public methodGetContentHash Gets hash of response content based on any request parameters.
Public methodProcessRequestAsync Enables processing of HTTP web requests by a custom handler that implements the IHostedHttpHandler interface.
Top
See Also