Construct a new HTTPHandler object using the specified socket


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

Syntax

Visual Basic (Declaration)
Public Sub New( _ 
   ByVal socket As Socket _ 
)
C#
public HTTPHandler(
   Socket socket
)
C++
public:
 HTTPHandler(
   Socket socket
) sealed 
J#
public HTTPHandler(
   Socket socket
)
JScript
public function HTTPHandler(
   socket : Socket
)

Parameters

socket

See Also