Datasnap.DSHTTP.TCustomDSHTTPServerTransport.CredentialsPassThrough

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property CredentialsPassThrough: Boolean read GetCredentialsPassThrough write SetCredentialsPassThrough default False;

C++

__property bool CredentialsPassThrough = {read=GetCredentialsPassThrough, write=SetCredentialsPassThrough, default=0};

Description

Specifies whether the user credentials are authenticated at endpoint.

The CredentialsPassThrough property specifies whether the user credentials are authenticated at endpoint, which means that they are passed through the remote DataSnap instance. CredentialsPassThrough is set to True if credentials are authenticated, or to False otherwise.

See Also