IROTCPTransport
Overview
The IROTCPTransport interface extends the IROTransport interface to provide the IP address of a client channel.
Location
- Unit: uROClientIntf.pas
- Ancestry: IROTransport | IROTCPTransport
Properties
ClientAddress
Reports a IP address of a client.
property ClientAddress: string read
Required Methods
GetTransportObject (declared in IROTransport)
Returns an underlying Delphi TObject, which performs the actual data transferring.
function GetTransportObject: TObject
- Channels
- TCP
- IROTransport