C#
VB
C++
This method is called when an ISCL or TLS secured connection is successfully established.
protected virtual void OnSecureLinkReady(
DicomExceptionCode error
)
Protected Overridable Sub OnSecureLinkReady( _
ByVal error As Leadtools.Dicom.DicomExceptionCode _
)
protected:
virtual void OnSecureLinkReady(
Leadtools.Dicom.DicomExceptionCode error
)
error
An error code.
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.
For an example, refer to SetTlsCipherSuiteByIndex.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET