EMS.ResourceAPI.TEndpointContext

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTEndpointContext
[–] Properties
Type: class
Visibility: public
Source:
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
Unit: EMS.ResourceAPI
Parent: EMS.ResourceAPI

Delphi

TEndpointContext = class

C++

class PASCALIMPLEMENTATION TEndpointContext : public System::TObject

Description

Holds a request to an EMS resource endpoint, the response to that request, the user that performs the request, and the types of authentication that the user uses.

Endpoint methods of EMS resources receive an instance of TEndpointContext.

See Also