Datasnap.DSSession.TDSRESTSession.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source:
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Unit: Datasnap.DSSession
Parent: TDSRESTSession

Delphi

constructor Create(AAuthManager: TDSCustomAuthenticationManager); virtual;

C++

__fastcall virtual TDSRESTSession(Datasnap::Dsauth::TDSCustomAuthenticationManager* AAuthManager);

Description

Creates an instance of a REST session, passing in the authentication manager for reference.

Call Create to create an instance of the TDSRESTSession class. The AAuthManager parameter is a reference to an authentication manager.