Class LibraryRequestHandler

Retrieves a file from BLOB storage.

Inheritance
System.Object
LibraryRequestHandler
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.Assets
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public class LibraryRequestHandler : IHttpHandler

Constructors

LibraryRequestHandler()

Declaration
public LibraryRequestHandler()

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