Internet Direct (Indy)
|
Indicates a socket response code is a blocking response.
function WouldBlock( const AResult: Integer ): Boolean; override;
Parameters |
Description |
AResult |
Value to examine. |
Boolean - True when AResult is a blocking response code.
WouldBlock is an overridden Boolean function that implements the method used to determine if the socket response in AResult represents the WSAEWOULDBLOCK response code.
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. |