Abstract base class for handlers of different service connection types. This class provides common functionality for all types of handler. This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated.


Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)

Syntax

Visual Basic (Declaration)
Public MustInherit Class Handler
C#
public abstract class Handler
C++
ref class Handler abstract 
J#
public  class Handler
JScript
public  class Handler

Inheritance Hierarchy

System.Object
   Benchmarx.Munja.Handler
      Benchmarx.Munja.HTTPHandler
      Benchmarx.Munja.IPHandler

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