Datasnap.DSHTTP.TCustomDSHTTPServerTransport.GetCredentialsPassThrough

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: TCustomDSHTTPServerTransport

Delphi

function GetCredentialsPassThrough: Boolean;

C++

bool __fastcall GetCredentialsPassThrough();

Description

Returns the value set for the CredentialsPassThrough property.

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

See Also