Internet Direct (Indy)
Home
PreviousUpNext
EIdBlockingNotSupported Class

Exception raised when blocking sockets are not supported for the operating system or platform hosting the Indy library.

Pascal
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.

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.