Datasnap.DSHTTP.TCustomDSHTTPServerTransport.GetCredentialsPassThrough

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCredentialsPassThrough: Boolean;

C++

bool __fastcall GetCredentialsPassThrough();

Properties

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

Description

Returns the value set for the CredentialsPassThrough property.

The GetCredentialsPassThrough method returns the value set for the CredentialsPassThrough property.

See Also