System.Net.HttpClient.IHTTPResponse

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IHTTPResponse = interface(IURLResponse)

C++

__interface  INTERFACE_UUID("{ED07313B-324B-448F-84AD-F199D38981DA}") IHTTPResponse  : public System::Net::Urlclient::IURLResponse

Properties

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

Description

Interface for HTTPResponse.

See Also