Data.DbxHTTPLayer.TDBXHTTPLayer.FSessionId

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: field
Visibility: protected
Source:
Data.DbxHTTPLayer.pas
Data.DbxHTTPLayer.hpp
Unit: Data.DbxHTTPLayer
Parent: TDBXHTTPLayer

Delphi

FSessionId: string;

C++

System::UnicodeString FSessionId;

Description

Protected field specifying the session identifier.

FSessionId is a protected field used internally to specify the session's ID.

See Also