System.Net.URLClient.IURLRequest

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

Delphi

IURLRequest = interface(IInterface)

C++

__interface IURLRequest  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
System.Net.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient System.Net.URLClient

Description

Interface that classes that represent an URL request implement.

See Also