Exception raised when blocking sockets are not supported for the operating system or platform hosting the Indy library.
EIdBlockingNotSupported = class(EIdException);
EIdBlockingNotSupported is an EIdException descendant that represents the exception raised when a socket cannot be initialized as a blocking (as opposed to an asynchronous) socket.
EIdBlockingNotSupported is used only in the implementation of TIdStackLinux.SetBlocking when blocking socket operations are not supported on the Linux distribution.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|