Datasnap.DSHTTPWebBroker.TDSHTTPRequestWebBroker.GetURI
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Datasnap.DSHTTPWebBroker.pas Datasnap.DSHTTPWebBroker.hpp
| |
Unit: Datasnap.DSHTTPWebBroker | |
Parent: TDSHTTPRequestWebBroker |
Delphi
function GetURI: string; override;
C++
virtual System::UnicodeString __fastcall GetURI();
Description
Returns the uniform resource identifier (URI).
Datasnap.DSHTTPWebBroker.TDSHTTPRequestWebBroker.GetURI inherits from Datasnap.DSHTTPCommon.TDSHTTPRequest.GetURI. All content below this line refers to Datasnap.DSHTTPCommon.TDSHTTPRequest.GetURI.
Returns the uniform resource identifier (URI).
The GetURI virtual abstract method is used in child classes to return the URI.