Datasnap.DSClientRest.TDSCustomRestConnection.ClearSessionCredentials

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure ClearSessionCredentials;

C++

void __fastcall ClearSessionCredentials();

Description

Clears the credentials that are stored in the HTTP client.

ClearClientCredentials clears all the stored local credentials storage for the HTTP client.

See Also