Return true if the client connection is closed. The client connection can be closed by calling the Close() method, by a server shutdown, or a network error.

Namespace: StreamBase.SB.Client
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool IsClosed()
Public Function IsClosed As Boolean
public:
bool IsClosed()

See Also