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