docs.unity3d.com
    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.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: Unity.Networking.Transport
    Syntax
    public struct NetworkPipelineContext

    Fields

    accumulatedHeaderCapacity

    The accumulated header capacity

    Declaration
    public int accumulatedHeaderCapacity
    Field Value
    Type Description
    Int32

    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
    Int32

    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
    Int32

    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
    Int32

    timestamp

    The timestamp

    Declaration
    public long timestamp
    Field Value
    Type Description
    Int64
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023