API:REST.Authenticator.Basic.THTTPBasicAuthenticatorAdapter

From RAD Studio API Documentation
Jump to: navigation, search

REST.Client.TRESTAuthenticatorAdapterREST.BindSource.TRESTComponentAdapterData.Bind.ObjectScope.TBindSourceAdapterSystem.Classes.TComponentTHTTPBasicAuthenticatorAdapter

Delphi

THTTPBasicAuthenticatorAdapter = class(TRESTAuthenticatorAdapter<THTTPBasicAuthenticator>)

C++

class PASCALIMPLEMENTATION THTTPBasicAuthenticatorAdapter : public Rest::Client::TRESTAuthenticatorAdapter__1<THTTPBasicAuthenticator*>

Properties

Type Visibility Source Unit Parent
class public
REST.Authenticator.Basic.pas
REST.Authenticator.Basic.hpp
REST.Authenticator.Basic REST.Authenticator.Basic

Description


Represents the LiveBindings adapter for REST components.

REST.Authenticator.Basic.THTTPBasicAuthenticatorAdapter inherits from REST.BindSource.TRESTComponentAdapter. All content below this line refers to REST.BindSource.TRESTComponentAdapter.


Represents the LiveBindings adapter for REST components.

TRESTComponentAdapter is used to create bindable members.

See Also