Function ConnectionStream.connected
Determines The current connection status.
If connected
is false, writing to the connection will trigger an
exception. Reading may still succeed as long as there is data left in
the input buffer. Use InputStream
to determine when to stop
reading.
Prototype
abstract bool connected() @property const;
Authors
Sönke Ludwig
Copyright
© 2012-2015 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.