The following tables list the members exposed by HttpClientRequest.
| Name | Description | |
|---|---|---|
| HttpClientRequest Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
![]()
| Args | Gets a collection of query string parameters. |
![]()
| BodyData | Gets the contents of the incoming HTTP entity body. |
![]()
| BodySize | Specifies the length, in bytes, of content sent by the client. |
![]()
| CompleteMessage | Get a decoded System.String of the request. |
![]()
| Execute | Decides whether the processing of client request data has been completed. |
![]()
| ExtraDataOffset | Gets the start offset of bytes that the Leadtools.Jpip.HttpServer.HttpClientRequest didn't decode. |
![]()
| Headers | Gets a collection of HTTP headers. |
![]()
| Method | Gets the HTTP data transfer method (such as GET, POST, or HEAD) used by the client. |
![]()
| RemoteEndPoint | Gets the remote endpoint. |
![]()
| URL | Gets information about the URL of the current request. |
![]()
| Version | Gets the HTTP version number of the current client request. |
| Name | Description | |
|---|---|---|
![]()
| Process | Read and decode a client HTTP data buffer in chunks and fill the Leadtools.Jpip.HttpServer.HttpClientRequest properties. |

