←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly