Notifies a listening connection (SCP) that it can accept pending connection requests.
protected virtual void OnAccept(
DicomExceptionCode error
)
Protected Overridable Sub OnAccept( _
ByVal error As DicomExceptionCode _
)
protected:
virtual void OnAccept(
DicomExceptionCode error
)
error
An error code.
A call to this method is generated on an SCP when an SCU calls Connect. To accept a connection request, call Accept.
You should always accept a connection request. Once the connection is made you can check the client and close the connection if you do not wish to maintain it. Since the connection requests are queued, if you do not accept a connection, it remains in the queue. When the next request is received, it is placed in the queue behind the first request. Calling Accept at this point will connect the first request, not the second, since the first request is still in the queue.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document