Search Results for

    Show / Hide Table of Contents

    TcpPeer.OnDataReceived Method

    Namespace: Riptide.Transports.Tcp
    Assembly: RiptideNetworking.dll

    OnDataReceived(int, TcpConnection)

    Handles received data.

    protected abstract void OnDataReceived(int amount, TcpConnection fromConnection)

    Parameters

    int amount

    The number of bytes that were received.

    TcpConnection fromConnection

    The connection from which the data was received.

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