Datasnap.DSClientRest.TDSCustomRestConnection.ClearSessionCredentials

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ClearSessionCredentials;

C++

void __fastcall ClearSessionCredentials();

Properties

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

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