Datasnap.DSHTTPCommon.TDSHTTPRequest.URI

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property URI: string read GetURI;

C++

__property System::UnicodeString URI = {read=GetURI};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSHTTPRequest

Description

Specifies the uniform resource identifier (URI) for the HTTP request.

The URI property specifies the uniform resource identifier (URI) for the HTTP request.

See Also