Delegate NetworkPipelineStage.SendDelegate
The send delegate
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 |