REST.Authenticator.Basic.THTTPBasicAuthenticator.ResetToDefaults

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ResetToDefaults; override;

C++

virtual void __fastcall ResetToDefaults();

Properties

Type Visibility Source Unit Parent
procedure
function
public
REST.Authenticator.Basic.pas
REST.Authenticator.Basic.hpp
REST.Authenticator.Basic THTTPBasicAuthenticator

Description

Resets the username and the password of an HTTP header request to a default value.

ResetToDefaults cleans the values of the username and the password that are used in the HTTP header request.

See Also