Datasnap.DSClientRest.TDSRestConnection.Context

Aus RAD Studio API Documentation

Delphi

property Context: string read FContext write SetContext stored IsContextStored;

C++

__property Context;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestConnection

Beschreibung

Legt den Kontext für die REST-Verbindung fest. {{#multireplace:Datasnap.DSClientRest.TDSRestConnection.Context|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:Datasnap.DSClientRest.TDSCustomRestConnection.Context|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:Datasnap.DSClientRest.TDSCustomRestConnection.Context|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Legt den Kontext für die REST-Verbindung fest.

Die Eigenschaft Context legt den Kontext für die DataSnap-REST-Verbindungskomponente fest. Zum Beispiel kann Context 'datasnap/' sein.

Siehe auch