←Select platform

OnSecureLinkReady Method

Summary

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

Syntax
C#
VB
C++
protected virtual void OnSecureLinkReady( 
   DicomExceptionCode error 
) 
Protected Overridable Sub OnSecureLinkReady( _ 
   ByVal error As DicomExceptionCode _ 
)  
protected: 
virtual void OnSecureLinkReady(  
   DicomExceptionCode error 
)  

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.

Example

For an example, refer to SetTlsCipherSuiteByIndex.

Requirements

Target Platforms

See Also

Reference

DicomNet Class

DicomNet Members

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