IROTransport
Overview
The IROTransport interface provides access to an underlying TObject
that is responsible for data transferance through communicaton channels.
The TROTransportChannel class implements the IROTransport interface
(by declaring the GetTransportObject as abstract
), so all Remoting SDK
channels have to implement it.
To learn more about the usage of the IROTransport interface, take a look at the
How do I access a webbroker project's web datamodule?
FAQ topic.
Location
- Unit: uROClientIntf.pas
- Ancestry: IROTransport
Required Methods
GetTransportObject
Returns an underlying Delphi TObject, which performs the actual data transferring.
function GetTransportObject: TObject
- Remoting SDK
- Channels
- TROTransportChannel