Class RequestTimedOutEvent
- Namespace
- FellowOakDicom.Network.Client.Advanced.Connection
- Assembly
- fo-dicom.core.dll
When a DICOM request times out
public class RequestTimedOutEvent : IAdvancedDicomClientConnectionEvent
- Inheritance
-
RequestTimedOutEvent
- Implements
- Inherited Members
- Extension Methods
Properties
Request
The original request
public DicomRequest Request { get; }
Property Value
Timeout
The timeout that elapsed before receiving a response
public TimeSpan Timeout { get; }