Connection handler for transparent IP tunnel services


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

Syntax

Visual Basic (Declaration)
Public Class IPHandler
    Inherits Handler
C#
public class IPHandler : Handler
C++
ref class IPHandler : Handler
J#
public class IPHandler extends Handler
JScript
public class IPHandler extends Handler

Inheritance Hierarchy

System.Object
   Benchmarx.Munja.Handler
      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