API:Datasnap.DSHTTP.TDSHTTPServerTransport.DSContext

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DSContext: string read GetDSContext write SetDSContext stored IsDSContextStored;

C++

__property DSContext;

Properties

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

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.

See Also