Sends a HTTP response to the client connected to this handler


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

Syntax

Visual Basic (Declaration)
Public Sub SendResponseToClient( _ 
   ByVal response As Response _ 
)
C#
public void SendResponseToClient(
   Response response
)
C++
public:
 void SendResponseToClient(
   Response response
) sealed 
J#
public void SendResponseToClient(
   Response response
)
JScript
public  function SendResponseToClient(
   response : Response
)

Parameters

response

See Also