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
| Description | |
|---|---|
| SendingResponse | Sending a response to the client |
| SendingHeaders | Sending the response headers |
| SendingBody | Sending the body content |
| SendingFinished | Finished sending the response to the client |