←Select platform

IsConnected Method

Summary

Determines whether a connection has been established.

Syntax
C#
VB
C++
public bool IsConnected() 
Public Function IsConnected() As Boolean 
public: 
bool IsConnected();  

Return Value

true if a connection has been established; otherwise, false.

Remarks

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.

Example

For an example, refer to SendAssociateRequest.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly