System.Net.URLClient.TURLStream

From RAD Studio API Documentation
Jump to: navigation, search

System.Net.URLClient.TAsyncReadStreamSystem.Classes.TMemoryStreamSystem.Classes.TCustomMemoryStreamSystem.Classes.TStreamSystem.TObjectTURLStream

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.

See Also