Soap.SOAPConn.TSoapConnection.GetSOAPServerIID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  GetSOAPServerIID: TGUID;

C++

GUID __fastcall GetSOAPServerIID();

Properties

Type Visibility Source Unit Parent
function protected
Soap.SOAPConn.pas
Soap.SOAPConn.hpp
Soap.SOAPConn TSoapConnection

Description

Returns the invokable interface that TSoapConnection uses to communicate with the application server.

Call GetSOAPServerIID to obtain the interface of the application server. The returned value is the GUID of the application server's interface. This interface is a descendant of IAppServerSOAP.

GetSOAPServerIID is the getter method used by the SOAPServerIID property.

See Also