Soap.SOAPConn.TSoapConnection.RIO

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property    RIO: THTTPRIO read FRIO;

C++

__property Soap::Soaphttpclient::THTTPRIO* RIO = {read=FRIO};

Properties

Type Visibility Source Unit Parent
property public
Soap.SOAPConn.pas
Soap.SOAPConn.hpp
Soap.SOAPConn TSoapConnection

Description

Provides access to the internal remote interfaced object that communicates with the application server.

TSoapConnection uses an internal remote interfaced object (THTTPRIO) to communicate with the application server. This internal object obtains a reference to an invokable interface that is specified by the SOAPServerIID property.

Use RIO to access the internal THTTPRIO instance.

See Also