System.Net.URLClient.TURLRequest.FSourceStream

From RAD Studio API Documentation
Revision as of 13:50, 22 January 2015 by AChaves (talk | contribs) (57909)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

[Weak] FSourceStream: TStream;

C++

System::Classes::TStream* FSourceStream;

Properties

Type Visibility Source Unit Parent
field protected
System.Net.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient TURLRequest

Description

Stream with data to send when the method of the URL request involves sending data to the target server.

See Also