Search Results for

    Show / Hide Table of Contents

    DataReceivedEventArgs Class

    Namespace: Riptide.Transports
    Assembly: RiptideNetworking.dll

    Contains event data for when a server's or client's transport receives data.

    public class DataReceivedEventArgs
    Inheritance
    object
    DataReceivedEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()

    Constructors

    DataReceivedEventArgs(byte[], int, Connection)

    Initializes event data.

    Fields

    Amount

    The number of bytes that were received.

    DataBuffer

    An array containing the received data.

    FromConnection

    The connection which the data was received from.

    • Improve this Doc
    • View Source
    • Support Riptide
    In This Article
    Back to top Copyright © Tom Weiland 2022
    Made with DocFX