Class Tcp.PeerClosed
The peer has closed its writing half of the connection.
Inherited Members
Namespace: Akka.IO
Assembly: Akka.dll
Syntax
public sealed class Tcp.PeerClosed : Tcp.ConnectionClosed, INoSerializationVerificationNeeded, IDeadLetterSuppressionFields
| Edit this page View SourceInstance
Declaration
public static readonly Tcp.PeerClosed InstanceField Value
| Type | Description | 
|---|---|
| Tcp.PeerClosed | 
Properties
| Edit this page View SourceIsPeerClosed
Is our remote peer closed too?
Declaration
public override bool IsPeerClosed { get; }Property Value
| Type | Description | 
|---|---|
| bool | 
 Edit this page
Edit this page