Web.CGIHTTP.TWinCGIRequest.ReadClient

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ReadClient(var Buffer; Count: Integer): Integer; override;

C++

virtual int __fastcall ReadClient(void *Buffer, int Count)/* overload */;
inline int __fastcall  ReadClient(System::DynamicArray<System::Byte> &Buffer, int Offset, int Count){ return Web::Httpapp::TWebRequest::ReadClient(Buffer, Offset, Count); }

Properties

Type Visibility Source Unit Parent
function public
Web.CGIHTTP.pas
Web.CGIHTTP.hpp
Web.CGIHTTP TWinCGIRequest

Description

A specific method for reading from the HTTP request into a buffer.

ReadClient is a specific instance of the ReadClient method (inherited from TWebRequest) for the TWinCGIRequest class. See the documentation for the inherited method for more information.

See Also