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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly