API:Datasnap.DSHTTP.TDSHTTPServerTransport.DSContext
[–] 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 context for the connection.
Datasnap.DSHTTP.TDSHTTPServerTransport.DSContext inherits from Datasnap.DSHTTP.TCustomDSRESTServerTransport.DSContext. All content below this line refers to Datasnap.DSHTTP.TCustomDSRESTServerTransport.DSContext.
Specifies the DataSnap context for the connection.
The standard DataSnap context is datasnap/. For example, to invoke a server method, the standard URL is http://host:port/datasnap/ClassName/MethodName/ParamValue.