Datasnap.DSClientRest.TDSCustomRestConnection.GetSessionCredentials

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSessionCredentials: TArray<string>;

C++

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

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSCustomRestConnection

Description

Returns the HTTP client local credentials.

See Also