IROTCPTransport

Overview

The IROTCPTransport interface extends the IROTransport interface to provide the IP address of a client channel.

Location


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