| Overload | Description |
|---|---|
| ReturnData(IEnumerable<DicomDataSet>,Boolean) | Return the acquired data to the client |
| ReturnData(IEnumerable<String>) | Use this method to return a list of file paths for "Streaming" mode. This avoids loading DicomDataSets into memory. |
| ReturnData(IAsyncEnumerable<WadoStreamSource>) | Returns DICOM objects using streaming mode, with each object's stream opened only when that multipart response part is ready to be written. |