Search Results for

    Show / Hide Table of Contents

    Interface IBufferPool

    Use this interface to implement custom buffer pool. To use the default buffer pool implementation use DefaultBufferPool class.

    Inherited Members
    IDisposable.Dispose()
    Namespace: Titanium.Web.Proxy.StreamExtended.BufferPool
    Assembly: Titanium.Web.Proxy.dll
    Syntax
    public interface IBufferPool : IDisposable

    Properties

    | Edit this page View Source

    BufferSize

    Declaration
    int BufferSize { get; }
    Property Value
    Type Description
    int

    Methods

    | Edit this page View Source

    GetBuffer()

    Declaration
    byte[] GetBuffer()
    Returns
    Type Description
    byte[]
    | Edit this page View Source

    GetBuffer(int)

    Declaration
    byte[] GetBuffer(int bufferSize)
    Parameters
    Type Name Description
    int bufferSize
    Returns
    Type Description
    byte[]
    | Edit this page View Source

    ReturnBuffer(byte[])

    Declaration
    void ReturnBuffer(byte[] buffer)
    Parameters
    Type Name Description
    byte[] buffer
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX