docs.unity.cn
    Show / Hide Table of Contents

    Delegate NetworkPipelineStage.SendDelegate

    The send delegate

    Namespace: Unity.Networking.Transport
    Syntax
    public delegate int SendDelegate(ref NetworkPipelineContext ctx, ref InboundSendBuffer inboundBuffer, ref NetworkPipelineStage.Requests requests, int systemHeadersSize);
    Parameters
    Type Name Description
    NetworkPipelineContext ctx
    InboundSendBuffer inboundBuffer
    NetworkPipelineStage.Requests requests
    Int32 systemHeadersSize
    Returns
    Type Description
    Int32
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Thursday, April 27, 2023