Delegate NetworkPipelineStage.SendDelegate
Namespace: Unity.Networking.Transport
Syntax
public delegate void SendDelegate(ref NetworkPipelineContext ctx, ref InboundSendBuffer inboundBuffer, ref NetworkPipelineStage.Requests requests);
Parameters
| Type | Name | Description |
|---|---|---|
| NetworkPipelineContext | ctx | |
| InboundSendBuffer | inboundBuffer | |
| NetworkPipelineStage.Requests | requests |