Datasnap.DSHTTP.TCustomDSRESTServerTransport.GetDSContext

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: TCustomDSRESTServerTransport

Delphi

function GetDSContext: string;

C++

System::UnicodeString __fastcall GetDSContext();

Description

Protected getter implementation for the DSContext property.

The GetDSContext method is the protected getter implementation for the DSContext property.

See Also