BeforeConnect Event

Summary
Occurs before connecting to the SCP.
Syntax
C#
VB
C++
public event BeforeConnectDelegate BeforeConnect 
  
Public Event BeforeConnect As BeforeConnectDelegate 
public: 
event BeforeConnectDelegate^ BeforeConnect 
Event Data

The event handler receives an argument of type BeforeConnectEventArgs containing data related to this event. The following BeforeConnectEventArgs properties provide information specific to this event.

PropertyDescription
PrivateKeyPassword Gets or sets the private key password.
Scp (Inherited from Leadtools.Dicom.Scu.Common.BaseEventArgs)Gets the SCP.
Requirements

Target Platforms

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

Leadtools.Dicom.Scu Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.