Datasnap.DSClientRest.TDSCustomRestConnection.GetSessionCredentials

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Unit: Datasnap.DSClientRest
Parent: TDSCustomRestConnection

Delphi

function GetSessionCredentials: TArray<string>;

C++

System::DynamicArray<System::UnicodeString> __fastcall GetSessionCredentials();

Description

Returns the HTTP client local credentials.

See Also