RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSoapConnection.RIO Property

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

Pascal
property RIO: THTTPRIO;
C++
__property THTTPRIO RIO;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!