REST.Client.TCustomRESTResponse.FullRequestURI

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FullRequestURI: string read FFullRequestURI write SetFullRequestURI;

C++

__property System::UnicodeString FullRequestURI = {read=FFullRequestURI, write=SetFullRequestURI};

Properties

Type Visibility Source Unit Parent
property public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTResponse

Description

Specifies the fully qualified request URI that generated this response.

See Also