Search Results for

    Show / Hide Table of Contents

    Delegate DicomCStoreRequest.ResponseDelegate

    Represents a callback method to be executed when the response for the DICOM C-Store request is received.

    Namespace: Dicom.Network
    Assembly: cs.temp.dll.dll
    Syntax
    public delegate void ResponseDelegate(DicomCStoreRequest request, DicomCStoreResponse response);
    Parameters
    Type Name Description
    DicomCStoreRequest request

    Sent DICOM C-Store request

    DicomCStoreResponse response

    Received DICOM C-Store response

    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors