Class AdvancedDicomClientConnectionRequestHandlers
- Namespace
- FellowOakDicom.Network.Client.Advanced.Connection
- Assembly
- fo-dicom.core.dll
Contains request handlers for requests that have been sent from a DICOM server to a DICOM client
public class AdvancedDicomClientConnectionRequestHandlers
- Inheritance
-
AdvancedDicomClientConnectionRequestHandlers
- Inherited Members
- Extension Methods
Properties
OnCStoreRequest
The handler that will be invoked to produce a C-STORE response for an incoming C-STORE request, typically following a C-GET request
public DicomClientCStoreRequestHandler OnCStoreRequest { get; set; }
Property Value
OnNEventReportRequest
The handler that will be invoked to produce a N-EVENT-REPORT response for an incoming N-EVENT-REPORT request, typically following a N-EVENT-REPORT-GET request
public DicomClientNEventReportRequestHandler OnNEventReportRequest { get; set; }