Click or drag to resize
Akka.NETTcpWrite Class
Write data to the TCP connection. If no ack is needed use the special `NoAck` object. The connection actor will reply with a TcpCommandFailed message if the write could not be enqueued. If [!:WriteCommand#wantsAck] returns true, the connection actor will reply with the supplied [!:WriteCommand#ack] token once the write has been successfully enqueued to the O/S kernel. Note that this does not in any way guarantee that the data will be or have been sent! Unfortunately there is no way to determine whether a particular write has been sent by the O/S.
Inheritance Hierarchy

Namespace:  Akka.IO
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public class Write : TcpSimpleWriteCommand

The TcpWrite type exposes the following members.

Properties
Methods
Fields
  NameDescription
Public fieldStatic memberEmpty
TBD
Top
Extension Methods
See Also