Enumerator representing the state of sending a response to a client


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

Syntax

Visual Basic (Declaration)
Public Enum HTTPHandler.ClientSendStates
C#
public enum HTTPHandler.ClientSendStates
C++
public enum class HTTPHandler.ClientSendStates
J#
public enum HTTPHandler.ClientSendStates
JScript
public enum HTTPHandler.ClientSendStates

Members

Member NameDescription
SendingResponseSending a response to the client
SendingHeadersSending the response headers
SendingBodySending the body content
SendingFinishedFinished sending the response to the client

See Also