Datasnap.DSHTTP.TCustomDSRESTServerTransport.GetAuthenticationManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAuthenticationManager: TDSCustomAuthenticationManager;

C++

Datasnap::Dsauth::TDSCustomAuthenticationManager* __fastcall GetAuthenticationManager();

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TCustomDSRESTServerTransport

Description

Getter method for the AuthenticationManager property.

GetAuthenticationManager returns the TDSCustomAuthenticationManager for the current TCustomDSRESTServerTransport.

See Also