• DnsClient
  • Readme
  • Api Docs
  • MichaCo.net
This site uses "cookies" - small data files stored locally on your computer - to save information about your preferences when using this site. Learn More.

    Show / Hide Table of Contents

    Class PooledBytes

    Inheritance
    Object
    PooledBytes
    Implements
    IDisposable
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: DnsClient.Internal
    Assembly: DnsClient.dll
    Syntax
    public class PooledBytes : IDisposable

    Constructors

    | Improve this Doc View Source

    PooledBytes(Int32)

    Declaration
    public PooledBytes(int length)
    Parameters
    Type Name Description
    Int32 length

    Properties

    | Improve this Doc View Source

    Buffer

    Declaration
    public byte[] Buffer { get; }
    Property Value
    Type Description
    Byte[]
    | Improve this Doc View Source

    BufferSegment

    Declaration
    public ArraySegment<byte> BufferSegment { get; }
    Property Value
    Type Description
    ArraySegment<Byte>

    Methods

    | Improve this Doc View Source

    Dispose()

    Declaration
    public void Dispose()
    | Improve this Doc View Source

    Dispose(Boolean)

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    Boolean disposing
    | Improve this Doc View Source

    Extend(Int32)

    Declaration
    public void Extend(int length)
    Parameters
    Type Name Description
    Int32 length

    Implements

    IDisposable
    • Improve this Doc
    • View Source
    © 2025 by Michael Conrad. All rights reserved. - MichaCo.net