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.

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.

Note: CredentialsPassThrough does not apply when tunneling using a DBX connection. However, when using a REST connection, CredentialsPassThrough does apply.

Note: You can also send the user and/or password in HTTP headers in addition to the credentials in the DBX connection string.

See Also