Delegate DicomNGetRequest.ResponseDelegate
Delegate representing a N-GET RSP received event handler.
Namespace: FellowOakDicom.Network
Assembly: fo-dicom.core.dll
Syntax
public delegate void ResponseDelegate(DicomNGetRequest request, DicomNGetResponse response);
Parameters
Type | Name | Description |
---|---|---|
DicomNGetRequest | request | N-GET RQ. |
DicomNGetResponse | response | N-GET RSP. |