Determines whether a connection has been established.
public bool IsConnected()
Public Function IsConnected() As Boolean
public:
bool IsConnected();
true if a connection has been established; otherwise, false.
A connection is created by an SCU calling Connect and the SCP responding by calling Accept. If this has occurred successfully, this method will return true. Otherwise, it will return false. For more information on creating a connection, refer to Creating a DICOM Network Connection.
For an example, refer to SendAssociateRequest.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET