Datasnap.DSHTTPCommon.TDSHTTPRequest.URI

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Unit: Datasnap.DSHTTPCommon
Parent: TDSHTTPRequest

Delphi

property URI: string read GetURI;

C++

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

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