Web.Win.IsapiHTTP.TISAPIRequest.ReadString

From RAD Studio API Documentation
Revision as of 04:52, 20 July 2012 by L10nBot (talk | contribs) (copied from Web.Win.Isapihttp.TISAPIRequest.ReadString)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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