This is the main class that you will need to instantiate in order to create an HTTP proxy or transparent IP tunnel. Application developers can create an instance of this class and subscribe to events in order to intercept requests and responses in the HTTP pipeline.


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

Syntax

Visual Basic (Declaration)
Public Class MunjaService
C#
public class MunjaService
C++
ref class MunjaService
J#
public class MunjaService
JScript
public class MunjaService

Inheritance Hierarchy

System.Object
   Benchmarx.Munja.MunjaService

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