Datasnap.DSHTTPCommon.TDSExecutionResponse.FLocalConnection
| [–] Properties | |
|---|---|
| Type: field | |
| Visibility: protected | |
| Source: Datasnap.DSHTTPCommon.pas Datasnap.DSHTTPCommon.hpp
| |
| Unit: Datasnap.DSHTTPCommon | |
| Parent: TDSExecutionResponse | |
Delphi
FLocalConnection: Boolean;
C++
bool FLocalConnection;
Description
Specifies whether the HTTP service and the DataSnap server are running in the same process.
FLocalConnection is a protected field whose value is True if the HTTP service and the DataSnap server are running in the same process, False otherwise.