Delegate NetworkPipelineStage.ReceiveDelegate
Type of the method used for the receive direction of the pipeline.
Namespace: Unity.Networking.Transport
Assembly: solution.dll
Syntax
public delegate void NetworkPipelineStage.ReceiveDelegate(ref NetworkPipelineContext ctx, ref InboundRecvBuffer inboundBuffer, ref NetworkPipelineStage.Requests requests, int systemHeadersSize)
Parameters
| Type | Name | Description |
|---|---|---|
| NetworkPipelineContext | ctx | |
| InboundRecvBuffer | inboundBuffer | |
| NetworkPipelineStage.Requests | requests | |
| int | systemHeadersSize |