System.Net.URLClient.IURLResponse.ContentStream
Delphi
property ContentStream: TStream read GetContentStream;
C++
__property System::Classes::TStream* ContentStream = {read=GetContentStream};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Net.URLClient.pas System.Net.URLClient.hpp |
System.Net.URLClient | IURLResponse |
Description
Stream that contains all the data of the response as received from the server.