Class Udp.Received
When a listener 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 Received : Udp.Event, INoSerializationVerificationNeeded
Constructors
| Improve this Doc View SourceReceived(ByteString, EndPoint)
TBD
Declaration
public Received(ByteString data, EndPoint sender)
Parameters
Type | Name | Description |
---|---|---|
ByteString | data | TBD |
EndPoint | sender | TBD |
Properties
| Improve this Doc View SourceData
TBD
Declaration
public ByteString Data { get; }
Property Value
Type | Description |
---|---|
ByteString |
Sender
TBD
Declaration
public EndPoint Sender { get; }
Property Value
Type | Description |
---|---|
EndPoint |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |