Internet Direct (Indy)
Home
PreviousUpNext
TIdSocketHandle.ClientPortMin Property

Indicates the minimum port number allowed for binding a socket handle.

Pascal
property ClientPortMin: TIdPort;

ClientPortMin is a TIdPort property used to indicate the minimum port number allowed when Bind is called for the socket handle in the connection. 

ClientPortMin is used when Port contains 0 (zero). 

ClientPortMin is used in conjunction with ClientPortMax to determine the range of port numbers allowed for the bound socket handle. The value of ClientPortMax should be larger than the value of ClientPortMin. 

The default value is 0.

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.