Sends a Release Response message to a connection.
public void SendReleaseResponse()
Public Sub SendReleaseResponse()
public:
void SendReleaseResponse();
SendReleaseResponse is sent by the server in response to a SendReleaseRequest call placed by the client. It generates a call to OnReceiveReleaseResponse on the client. The client and server can now close the DICOM Association by calling Close. For more information about ending a DICOM Association, refer to Closing a DICOM Associate Connection. Please note that ending the DICOM Association by calling SendReleaseRequest and SendReleaseResponse is preferable to calling SendAbort.
For an example, refer to SendAssociateRequest.
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