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 |