closed property

bool closed

If this client is closed.

If the client is closed, it will not do anything when calling a method on it or, nor will it invoke any more callbacks. Methods that have a return value and all properties will return the last known values, but should not be used anymore.

Implementation

bool get closed;