Search Results for

    Show / Hide Table of Contents

    Class Tcp.ConnectionClosed

    This is the common interface for all events which indicate that a connection has been closed or half-closed.

    Inheritance
    object
    Tcp.Message
    Tcp.Event
    Tcp.ConnectionClosed
    Tcp.Aborted
    Tcp.Closed
    Tcp.ConfirmedClosed
    Tcp.ErrorClosed
    Tcp.PeerClosed
    Implements
    INoSerializationVerificationNeeded
    IDeadLetterSuppression
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.IO
    Assembly: Akka.dll
    Syntax
    public class Tcp.ConnectionClosed : Tcp.Event, INoSerializationVerificationNeeded, IDeadLetterSuppression

    Properties

    | Edit this page View Source

    Cause

    Was there a given cause for why the connection was closed?

    Declaration
    public virtual string? Cause { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    IsAborted

    Was the connection closed normally?

    Declaration
    public virtual bool IsAborted { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    IsConfirmed

    Can we confirm that the connection was open in the first place?

    Declaration
    public virtual bool IsConfirmed { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    IsErrorClosed

    Did the connection close due to an IO error?

    Declaration
    public virtual bool IsErrorClosed { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    IsPeerClosed

    Is our remote peer closed too?

    Declaration
    public virtual bool IsPeerClosed { get; }
    Property Value
    Type Description
    bool

    Implements

    INoSerializationVerificationNeeded
    IDeadLetterSuppression

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET