Datasnap.DSHTTP.TCustomDSHTTPServerTransport.SetCredentialsPassThrough

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure SetCredentialsPassThrough(const AFlag: Boolean); virtual;

C++

virtual void __fastcall SetCredentialsPassThrough(const bool AFlag);

Description

Sets the value of the CredentialsPassThrough property.

The SetCredentialsPassThrough method sets the value of the CredentialsPassThrough property.

See Also