Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Class ConnectionClosedEvent

    When the TCP connection with the SCP is closed

    Inheritance
    System.Object
    ConnectionClosedEvent
    Implements
    IAdvancedDicomClientConnectionEvent
    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 ConnectionClosedEvent : IAdvancedDicomClientConnectionEvent

    Properties

    Exception

    (Optional) the exception that occured while trying to read from or write to the connection

    Declaration
    public Exception Exception { get; }
    Property Value
    Type Description
    System.Exception

    Implements

    IAdvancedDicomClientConnectionEvent

    Extension Methods

    LinqExtensions.IsOneOf<T>(T, T[])
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors