Datasnap.DSHTTP.TDSHTTPServerTransport.DSContext

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DSContext;

C++

__property DSContext;

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSHTTPServerTransport

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