REST.Client.TRESTClient.IPImplementationID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IPImplementationID: string read FIPImplementationID write SetIPImplementationID default 0;

C++

__property IPImplementationID = {default=0};

Properties

Type Visibility Source Unit Parent
property published
REST.Client.pas
REST.Client.hpp
REST.Client TRESTClient

Description

Specifies the HTTP abstraction implementation ID.

REST.Client.TRESTClient.IPImplementationID inherits from REST.Client.TCustomRESTClient.IPImplementationID. All content below this line refers to REST.Client.TCustomRESTClient.IPImplementationID.

Specifies the HTTP abstraction implementation ID.

See Also