IROTCPTransportProperties
Overview
The IROTCPTransportProperties extension of the IROTCPTransport interface allows to control the IP address (host and port) of the destination point of a channel.
Location
- Unit: uROClientIntf.pas
- Ancestry: IROTCPTransport | IROTCPTransportProperties
Properties
ClientAddress (declared in IROTCPTransport)
Reports a IP address of a client.
property ClientAddress: string read
Host
Server address.
property Host: string read write
Port
The Port number associated with a specific protocol (e.g: HTTP = 80, FTP =21, TROSuperTCPServer = 8095).
property Port: Integer read write
Required Methods
GetTransportObject (declared in IROTransport)
Returns an underlying Delphi TObject, which performs the actual data transferring.
function GetTransportObject: TObject
- Server
- Channels
- TCP
- IROTCPTransport
- TROSuperTCPServer