←Select platform

OnAccept Method

Summary

Notifies a listening connection (SCP) that it can accept pending connection requests.

Syntax

C#
VB
C++
protected virtual void OnAccept( 
   DicomExceptionCode error 
) 
Protected Overridable Sub OnAccept( _ 
   ByVal error As Leadtools.Dicom.DicomExceptionCode _ 
)  
protected: 
virtual void OnAccept(  
   Leadtools.Dicom.DicomExceptionCode error 
)  

Parameters

error
An error code.

Remarks

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.

Example

For an example, refer to SendAssociateRequest.

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 Assembly