Datasnap.DSHTTP.TDSHTTPServer.CredentialsPassThrough

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CredentialsPassThrough: Boolean read FCredentialsPassThrough write FCredentialsPassThrough;

C++

__property bool CredentialsPassThrough = {read=FCredentialsPassThrough, write=FCredentialsPassThrough, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSHTTPServer

Description

Specifies whether the user credentials are passed through the remote DataSnap instance.

The CredentialsPassThrough property specifies whether the user credentials are passed through the remote DataSnap instance.

See Also