System.Net.URLClient.IURLResponse

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IURLResponse = interface(IInterface)

C++

__interface IURLResponse  : 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 response implement.

See Also