Datasnap.DSSession.TDSTunnelService.NeedsAuthentication

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function NeedsAuthentication(Params: TStrings): Boolean;

C++

bool __fastcall NeedsAuthentication(System::Classes::TStrings* Params);

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession TDSTunnelService

Description

Returns True if the request needs authentication.

The NeedsAuthentication method returns True if the request parameters provide an username and a password, and False otherwise.

See Also