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.
Assembly: Akka.dll
Syntax
public sealed class Tcp.Received : Tcp.Event, INoSerializationVerificationNeeded
Constructors
|
Edit this page
View Source
Received(ByteString)
Declaration
public Received(ByteString data)
Parameters
Properties
|
Edit this page
View Source
Data
Declaration
public ByteString Data { get; }
Property Value
Methods
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods