Search Results for

    Show / Hide Table of Contents

    Class NetworkWriterPool

    Inheritance
    Object
    NetworkWriterPool
    Namespace: FNNLib.Serialization
    Assembly: FNNLib.dll
    Syntax
    public static class NetworkWriterPool

    Properties

    | Improve this Doc View Source

    capacity

    The capacity of the pool.

    Declaration
    public static int capacity { get; set; }
    Property Value
    Type Description
    Int32

    Methods

    | Improve this Doc View Source

    GetWriter()

    Get a pooled NetworkWriter.

    Declaration
    public static PooledNetworkWriter GetWriter()
    Returns
    Type Description
    PooledNetworkWriter
    | Improve this Doc View Source

    Recycle(PooledNetworkWriter)

    Declaration
    public static void Recycle(PooledNetworkWriter writer)
    Parameters
    Type Name Description
    PooledNetworkWriter writer
    • Improve this Doc
    • View Source
    In This Article
    Back to top (C) 2020 Reece Mackie. Released under the MIT License.