Class CatalogImageHandler
Inheritance
System.Object
CatalogImageHandler
Implements
System.Web.IHttpHandler
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Catalog.Handlers
Assembly: Mediachase.Commerce.dll
Version: 10.8.0Syntax
public class CatalogImageHandler : IHttpHandler
Constructors
CatalogImageHandler()
Declaration
public CatalogImageHandler()
Properties
IsReusable
Gets a value indicating whether another request can use the System.Web.IHttpHandler instance.
Declaration
public bool IsReusable { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
ProcessRequest(HttpContext)
Enables processing of HTTP Web requests by a custom HttpHandler that implements the System.Web.IHttpHandler interface.
Declaration
public void ProcessRequest(HttpContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Web.HttpContext | context | An System.Web.HttpContext object that provides references to the intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests. |
Implements
System.Web.IHttpHandler