Datasnap.DSHTTP.TDSHTTPServerTransport.DSContext

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: TDSHTTPServerTransport

Delphi

property DSContext;

C++

__property DSContext;

Description

Specifies the DataSnap URL context.

The DSContext property specifies the DataSnap URL context, like in http://my.site.com/datasnap/getplatformversion. In the given example, datasnap denotes that the request is a DataSnap request and that it is processed by a DataSnap service. However, the string datasnap that prefixes the server method (getplatformversion, in this example) can be omitted.

See Also