Class RequestPendingEvent
When a DICOM request has been sent to the SCP and is now pending one or more responses
Inheritance
System.Object
RequestPendingEvent
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FellowOakDicom.Network.Client.Advanced.Connection
Assembly: fo-dicom.core.dll
Syntax
public class RequestPendingEvent : IAdvancedDicomClientConnectionEvent
Properties
Request
The original request
Declaration
public DicomRequest Request { get; }
Property Value
Type | Description |
---|---|
DicomRequest |
Response
The response that was received from the SCP
Declaration
public DicomResponse Response { get; }
Property Value
Type | Description |
---|---|
DicomResponse |