←Select platform

OnSecureLinkReady Method

Summary

This method is called when an ISCL or TLS secured connection is successfully established.

Syntax

C#
VB
C++
protected override void OnSecureLinkReady( 
   DicomExceptionCode error 
) 
  
Protected Overrides Sub OnSecureLinkReady( _ 
   ByVal error As Leadtools.Dicom.DicomExceptionCode _ 
)  
protected: 
void OnSecureLinkReady(  
   Leadtools.Dicom.DicomExceptionCode error 
) override  

Parameters

error
An error code.

Remarks

This method is called after the ISCL or TLS connection is successfully established. From this moment until the connection is closed, an application can securely send and receive data.

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.Scu Assembly