Data.DbxDatasnap.TDBXDatasnapProperties.DatasnapContext

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DatasnapContext: String read GetDatasnapContext write SetDatasnapContext;

C++

__property System::UnicodeString DatasnapContext = {read=GetDatasnapContext, write=SetDatasnapContext};

Properties

Type Visibility Source Unit Parent
property published
Data.DbxDatasnap.pas
Data.DbxDatasnap.hpp
Data.DbxDatasnap TDBXDatasnapProperties

Description

Specifies the path toward the DataSnap HTTP Service.

The DatasnapContext property specifies the path toward the DataSnap HTTP Service for the purpose of composing the URL. The convention is that DatasnapContext is of the following format:

http://x.com/datasnap/provider/classname/method/params

Note: You may change or delete the datasnap word from the URL above.

See Also