Internet Direct (Indy)
Home
PreviousUpNext
TIdTCPClientCustom.BoundPort Property

Specifies the the port number to be used for the Socket connection.

Pascal
property BoundPort: Integer;

BoundPort is an Integer property that represents the port number to use when establishing the Socket connection for the client. 

Values in the BoundIP and BoundPort properties are used assign the local IP adress and port number used for the Socket connection in the Connect method. Values in the BoundIP and BoundPort properties are assigned to the Socket connection prior to calling the Open method in the IOHandler for client.

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.