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 © 2022 Unity Technologies
    Generated by DocFX
    on Thursday, March 31, 2022
    Terms of use