REST.Client.TRESTAuthenticatorAdapter.TNotify

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TNotify = TRESTComponentAdapter.TNotify;

C++

typedef Rest::Bindsource::TRESTComponentAdapter::TNotify TNotify;

Properties

Type Visibility Source Unit Parent
class
typedef
protected
REST.Client.pas
REST.Client.hpp
REST.Client TRESTAuthenticatorAdapter

Description

Represents the base notify class for REST components.

REST.Client.TRESTAuthenticatorAdapter.TNotify inherits from REST.BindSource.TRESTComponentNotify. All content below this line refers to REST.BindSource.TRESTComponentNotify.


Represents the base notify class for REST components.

TRESTComponentNotify supports multicast notifications.

See Also