C#
VB
C++
This method is called when an ISCL or TLS secured connection is successfully established.
protected override void OnSecureLinkReady(
DicomExceptionCode error
)
Protected Overrides Sub OnSecureLinkReady( _
ByVal error As Leadtools.Dicom.DicomExceptionCode _
)
protected:
void OnSecureLinkReady(
Leadtools.Dicom.DicomExceptionCode error
) override
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.
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