Datasnap.DSHTTP.TCustomDSHTTPServerTransport.CredentialsPassThrough

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CredentialsPassThrough: Boolean read GetCredentialsPassThrough write SetCredentialsPassThrough default False;

C++

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

Properties

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

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