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)
TBD
Declaration
public Received(ByteString data)
Parameters
Type | Name | Description |
---|---|---|
ByteString | data | TBD |
Properties
| Edit this page View SourceData
TBD
Declaration
public ByteString Data { get; }
Property Value
Type | Description |
---|---|
ByteString |