Datasnap.DSHTTPCommon.TDSHTTPRequest.URI

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property URI: string read GetURI;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSHTTPRequest

Beschreibung

Gibt den URI (Uniform Resource Identifier) für die HTTP-Anforderung an.

Die Eigenschaft URI gibt den URI (Uniform Resource Identifier) für die HTTP-Anforderung an.

Siehe auch