Search Results for

    Show / Hide Table of Contents

    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.

    Inheritance
    object
    UdpConnected.Message
    UdpConnected.Event
    UdpConnected.Received
    Implements
    INoSerializationVerificationNeeded
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.IO
    Assembly: Akka.dll
    Syntax
    public sealed class UdpConnected.Received : UdpConnected.Event, INoSerializationVerificationNeeded

    Constructors

    | Edit this page View Source

    Received(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 Source

    Data

    The UDP datagram payload.

    Declaration
    public ByteString Data { get; }
    Property Value
    Type Description
    ByteString

    Implements

    INoSerializationVerificationNeeded

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET