Class UdpConnected.Received
When a connection actor receives a datagram from its socket it will send it to the handler designated in the Udp.Bind message using this message type.
Implements
Inherited Members
Namespace: Akka.IO
Assembly: Akka.dll
Syntax
public sealed class UdpConnected.Received : UdpConnected.Event, INoSerializationVerificationNeeded
Constructors
| Edit this page View SourceReceived(ByteString)
Creates a new Received event with the specified data.
Declaration
public Received(ByteString data)
Parameters
Type | Name | Description |
---|---|---|
ByteString | data | The UDP datagram payload. |
Properties
| Edit this page View SourceData
The UDP datagram payload.
Declaration
public ByteString Data { get; }
Property Value
Type | Description |
---|---|
ByteString |