The connection handler that accepted this connection. This can be case from the base type Handler to HTTPHandler or IPHandler dependin on the service type


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

Syntax

Visual Basic (Declaration)
Public connectionHandler As Handler
C#
public Handler connectionHandler;
C++
public:
 Handler connectionHandler sealed ;
J#
public Handler connectionHandler
JScript
public connectionHandler : Handler;

See Also