Enumerator representing the state of the connection with the client
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Enum HTTPHandler.ClientReceiveStates |
| C# |
|---|
| public enum HTTPHandler.ClientReceiveStates |
| C++ |
|---|
| public enum class HTTPHandler.ClientReceiveStates |
| J# |
|---|
| public enum HTTPHandler.ClientReceiveStates |
| JScript |
|---|
| public enum HTTPHandler.ClientReceiveStates |
Members
| Description | |
|---|---|
| WaitingForRequest | Currently waiting for a request initiation |
| WaitingForHeaders | Waiting for (more) request headers |
| WaitingForBody | Wait for (more) request body content |