docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct NetworkPipelineContext

    The network pipeline context

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Networking.Transport
    Assembly: Unity.Networking.Transport.dll
    Syntax
    public struct NetworkPipelineContext

    Fields

    accumulatedHeaderCapacity

    The accumulated header capacity

    Declaration
    public int accumulatedHeaderCapacity
    Field Value
    Type Description
    int

    header

    The header

    Declaration
    public DataStreamWriter header
    Field Value
    Type Description
    DataStreamWriter

    internalProcessBuffer

    The internal process buffer

    Declaration
    public byte* internalProcessBuffer
    Field Value
    Type Description
    byte*

    internalProcessBufferLength

    The internal process buffer length

    Declaration
    public int internalProcessBufferLength
    Field Value
    Type Description
    int

    internalSharedProcessBuffer

    The internal shared process buffer

    Declaration
    public byte* internalSharedProcessBuffer
    Field Value
    Type Description
    byte*

    internalSharedProcessBufferLength

    The internal shared process buffer length

    Declaration
    public int internalSharedProcessBufferLength
    Field Value
    Type Description
    int

    staticInstanceBuffer

    The static instance buffer

    Declaration
    public byte* staticInstanceBuffer
    Field Value
    Type Description
    byte*

    staticInstanceBufferLength

    The static instance buffer length

    Declaration
    public int staticInstanceBufferLength
    Field Value
    Type Description
    int

    timestamp

    The timestamp

    Declaration
    public long timestamp
    Field Value
    Type Description
    long
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)