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 Tcp.Abort : Tcp.CloseCommand, INoSerializationVerificationNeeded, IDeadLetterSuppressionFields
| Edit this page View SourceInstance
Declaration
public static readonly Tcp.Abort InstanceField Value
| Type | Description | 
|---|---|
| Tcp.Abort | 
Properties
| Edit this page View SourceEvent
The event to return in response to this command
Declaration
public override Tcp.ConnectionClosed Event { get; }Property Value
| Type | Description | 
|---|---|
| Tcp.ConnectionClosed | 
 Edit this page
Edit this page