System.Net.URLClient.TURLStream

Delphi
TURLStream = class(TAsyncReadStream)
C++
class PASCALIMPLEMENTATION TURLStream : public TAsyncReadStream
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.Net.URLClient.pas System.Net.URLClient.hpp |
System.Net.URLClient | System.Net.URLClient |
Description
Class that implements a stream providing the content of a specified URL.
The supported URL schemas are HTTP, HTTPS, FILE, and RES.
Note: For HTTP and HTTPS schemas support, include the System.Net.HttpClient unit manually into the uses clause.