Data.DbxDatasnap.TDBXDatasnapProperties.DatasnapContext

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.DbxDatasnap.pas
Data.DbxDatasnap.hpp
Unit: Data.DbxDatasnap
Parent: TDBXDatasnapProperties

Delphi

property DatasnapContext: String read GetDatasnapContext write SetDatasnapContext;

C++

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

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