Datasnap.DSSession.TDSRESTSession.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AAuthManager: TDSCustomAuthenticationManager); virtual;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession TDSRESTSession

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.