Datasnap.DSHTTP.TCustomDSRESTServerTransport.GetIPImplementationID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetIPImplementationID: string; override;

C++

virtual System::UnicodeString __fastcall GetIPImplementationID();

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TCustomDSRESTServerTransport

Description

Getter method for the IPImplementationID property.

Datasnap.DSHTTP.TCustomDSRESTServerTransport.GetIPImplementationID inherits from Datasnap.DSCommonServer.TDSServerTransport.GetIPImplementationID. All content below this line refers to Datasnap.DSCommonServer.TDSServerTransport.GetIPImplementationID.

Getter method for the IPImplementationID property.

Returns the identifier of the IP implementation.

See Also