←Select platform
In This Topic ▼

HttpClientRequest Class Members

Summary

The following tables list the members exposed by HttpClientRequest.

Public Constructors

Name Description
Public Constructor
HttpClientRequest Creates a new instance of the HttpClientRequest class.

Public Methods

Name Description
Public Method
Process Read and decode a client HTTP data buffer in chunks and fill the HttpClientRequest properties.

Public Properties

Name Description
Public Property
Args Gets a collection of query string parameters.
Public Property BodyData Gets the contents of the incoming HTTP entity body.
Public Property BodySize Specifies the length, in bytes, of content sent by the client.
Public Property CompleteMessage Get a decoded System.String of the request.
Public Property Execute Decides whether the processing of client request data has been completed.
Public Property ExtraDataOffset Gets the start offset of bytes that the HttpClientRequest didn't decode.
Public Property Headers Gets a collection of HTTP headers.
Public Property Method Gets the HTTP data transfer method (such as GET, POST, or HEAD) used by the client.
Public Property RemoteEndPoint Gets the remote endpoint.
Public Property URL Gets information about the URL of the current request.
Public Property Version Gets the HTTP version number of the current client request.

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Server Assembly