Base class for building HttpHandlers This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated.


Namespace: NetQuarry
Assembly: EAP.Core (in EAP.Core.dll)

Syntax

Visual Basic (Declaration)
Public MustInherit Class HttpHandlerBase
    Implements IHttpHandler
C#
public abstract class HttpHandlerBase : IHttpHandler
C++
ref class HttpHandlerBase abstract  : IHttpHandler
J#
public  class HttpHandlerBase implements IHttpHandler
JScript
public  class HttpHandlerBase extends IHttpHandler

Inheritance Hierarchy

System.Object
   NetQuarry.HttpHandlerBase

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also