docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Send

    Send(ulong, ArraySegment<byte>, NetworkDelivery)

    Send a payload to the specified clientId, data and networkDelivery.

    Declaration
    public override void Send(ulong clientId, ArraySegment<byte> payload, NetworkDelivery networkDelivery)
    Parameters
    Type Name Description
    ulong clientId

    The clientId to send to

    ArraySegment<byte> payload

    The data to send

    NetworkDelivery networkDelivery

    The delivery type (QoS) to send data with

    Overrides
    NetworkTransport.Send(ulong, ArraySegment<byte>, NetworkDelivery)
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)