API:Datasnap.DSHTTP.TDSHTTPServerTransport.CredentialsPassThrough

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CredentialsPassThrough: Boolean read GetCredentialsPassThrough write SetCredentialsPassThrough default 0;

C++

__property CredentialsPassThrough = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSHTTPServerTransport

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