Class ConnectionClosedEvent
- Namespace
- FellowOakDicom.Network.Client.Advanced.Connection
- Assembly
- fo-dicom.core.dll
When the TCP connection with the SCP is closed
public class ConnectionClosedEvent : IAdvancedDicomClientConnectionEvent
- Inheritance
-
ConnectionClosedEvent
- Implements
- Inherited Members
- Extension Methods
Properties
Exception
(Optional) the exception that occured while trying to read from or write to the connection
public Exception Exception { get; }