Class Tcp.Received
Whenever data are read from a socket they will be transferred within this class to the handler actor which was designated in the Tcp.Register message.
Implements
Inherited Members
Namespace: Akka.IO
Assembly: Akka.dll
Syntax
public sealed class Received : Tcp.Event, INoSerializationVerificationNeeded
Constructors
| Improve this Doc View SourceReceived(ByteString)
TBD
Declaration
public Received(ByteString data)
Parameters
Type | Name | Description |
---|---|---|
ByteString | data | TBD |
Properties
| Improve this Doc View SourceData
TBD
Declaration
public ByteString Data { get; }
Property Value
Type | Description |
---|---|
ByteString |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |