Internet Direct (Indy) Version 9.0.1 Beta
|
function CheckForSocketError(const AResult: integer): boolean; overload; function CheckForSocketError(const AResult: integer; const AIgnore: array of integer): boolean; overload;
If the last socket error is contained in AIgnore, the return value is True. Under all other conditions the return values is False. If a socket error si detected and not ignored, RaiseSocketError is called with the socket error number detected.