IFiberConnectionHandler.io_error

Called by IConnectionHandler.finalize(), in order to determine if an I/O error was reported for the connection conduit which made the connection automatically being closed. (See comment for IConnectionHandler.finalize() method.)

class IFiberConnectionHandler
protected override
bool
io_error
()

Return Value

Type: bool

true if an I/O error was reported to the reader or the writer for the connection conduit which made the connection automatically being closed or false otherwise.

Meta