Internet Direct (Indy)
Home
PreviousUpNext
TIdSocketHandle.ClientPortMax Property

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

Pascal
property ClientPortMax: TIdPort;

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

ClientPortMax is used when Port contains 0 (zero). 

ClientPortMax is used in conjunction with ClientPortMin 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.