API:Datasnap.DSHTTP.TDSHTTPServerTransport.CredentialsPassThrough

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property CredentialsPassThrough;

C++

__property CredentialsPassThrough = {default=0};

Description

Specifies whether the user credentials are authenticated at endpoint.

Datasnap.DSHTTP.TDSHTTPServerTransport.CredentialsPassThrough inherits from Datasnap.DSHTTP.TCustomDSHTTPServerTransport.CredentialsPassThrough. All content below this line refers to Datasnap.DSHTTP.TCustomDSHTTPServerTransport.CredentialsPassThrough.

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