Internet Direct (Indy)
|
Specifies the the local IP address to be used for the Socket connection.
property BoundIP: string;
BoundIP is a published property in TIdTCPClient that represents the the local IP address to be used in the IOHandler for the Socket connection.
BoundIP indicates the specific IP address to use when the local system contains multiple network adapters, and the value used in the Socket Binding when the connection is established in the Connect method.
Use BoundPort to specify the port number to use in the Binding when the IOHandler connection is established in Connect.
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. |