Struct NetworkPipelineContext
Current context of a pipeline stage instance. This type is only useful if implementing a
custom INetworkPipelineStage, where it will get passed to the send and receive
methods of the pipeline.
Syntax
public struct NetworkPipelineContext
Fields
Declaration
public int accumulatedHeaderCapacity
Field Value
Declaration
public DataStreamWriter header
Field Value
internalProcessBuffer
Declaration
public byte *internalProcessBuffer
Field Value
internalProcessBufferLength
Declaration
public int internalProcessBufferLength
Field Value
internalSharedProcessBuffer
Declaration
public byte *internalSharedProcessBuffer
Field Value
internalSharedProcessBufferLength
Declaration
public int internalSharedProcessBufferLength
Field Value
staticInstanceBuffer
Declaration
public byte *staticInstanceBuffer
Field Value
staticInstanceBufferLength
Declaration
public int staticInstanceBufferLength
Field Value
timestamp
Declaration
Field Value