Web.Win.IsapiHTTP.TISAPIRequest.ReadString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ReadString(Count: Integer): string; override;

C++

virtual System::UnicodeString __fastcall ReadString(int Count);

Properties

Type Visibility Source Unit Parent
function public
Web.Win.IsapiHTTP.pas
Web.Win.IsapiHTTP.hpp
Web.Win.IsapiHTTP TISAPIRequest

Description

Reads Count bytes from the HTTP request into a string.

Use ReadString to load the next chunk of content information form the HTTP request into a string. ReadString allows the server application to get the next chunk of information when the content of the request message is too large for the Content property.

See Also