Datasnap.DSHTTP.TCustomDSHTTPServerTransport.SetCredentialsPassThrough

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetCredentialsPassThrough(const AFlag: Boolean); virtual;

C++

virtual void __fastcall SetCredentialsPassThrough(const bool AFlag);

Properties

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

Description

Sets the value of the CredentialsPassThrough property.

The SetCredentialsPassThrough method sets the value of the CredentialsPassThrough property.

See Also