Class Tcp.Abort
An abort operation will not flush pending writes and will issue a TCP ABORT command to the O/S kernel which should result in a TCP_RST packet being sent to the peer. The sender of this command and the registered handler for incoming data will both be notified once the socket is closed using a Tcp.Aborted message.
Inherited Members
Namespace: Akka.IO
Assembly: Akka.dll
Syntax
public class Abort : Tcp.CloseCommand, INoSerializationVerificationNeeded, IDeadLetterSuppression
Fields
| Improve this Doc View SourceInstance
TBD
Declaration
public static readonly Tcp.Abort Instance
Field Value
Type | Description |
---|---|
Tcp.Abort |
Properties
| Improve this Doc View SourceEvent
TBD
Declaration
public override Tcp.ConnectionClosed Event { get; }
Property Value
Type | Description |
---|---|
Tcp.ConnectionClosed |