Internet Direct (Indy)
Home
PreviousUpNext
EIdCanNotBindPortInRange Class

Exception raised during bind for reserved port numbers.

Pascal
EIdCanNotBindPortInRange = class(EIdSocketHandleError);

EIdCanNotBindPortInRange is an EIdSocketHandleError descendant that represents an exception raised when TIdSocketHandle Bind operation cannot allocate a reserved port number in the range specified by TIdSocketHandle in the ClientPortMin and ClientPortMax properties. 

EIdCanNotBindPortInRange uses the constant value RSCanNotBindRange, including the mimimum and maximum port numbers, to form the exception message text.

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.