Internet Direct (Indy)
|
Identifies the address for the endpoint of the IOHandler connection.
property Host: string;
Host is a string property that represents the address used as the endpoint for the IOHandler connection.
For TIdIOHandler, the address has no significance but is provided for compatiblity with descendant classes. Descendant classes will contain an address pertinent to the transport mechanism, like a host computer name or an IP address.
Use Destination access a value that contains the string representation for both the Host and Port properties.
TIdIOHandlerSocket.Host
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |