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