Search Results for

    Show / Hide Table of Contents

    Interface IHttpStreamReader

    Inherited Members
    ILineStream.DataAvailable
    ILineStream.FillBufferAsync(CancellationToken)
    ILineStream.ReadByteFromBuffer()
    ILineStream.ReadLineAsync(CancellationToken)
    Namespace: Titanium.Web.Proxy.StreamExtended.Network
    Assembly: Titanium.Web.Proxy.dll
    Syntax
    public interface IHttpStreamReader : ILineStream

    Methods

    | Edit this page View Source

    CopyBodyAsync(IHttpStreamWriter, bool, long, bool, SessionEventArgs, CancellationToken)

    Declaration
    Task CopyBodyAsync(IHttpStreamWriter writer, bool isChunked, long contentLength, bool isRequest, SessionEventArgs args, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    IHttpStreamWriter writer
    bool isChunked
    long contentLength
    bool isRequest
    SessionEventArgs args
    CancellationToken cancellationToken
    Returns
    Type Description
    Task
    | Edit this page View Source

    Read(byte[], int, int)

    Declaration
    int Read(byte[] buffer, int offset, int count)
    Parameters
    Type Name Description
    byte[] buffer
    int offset
    int count
    Returns
    Type Description
    int
    | Edit this page View Source

    ReadAsync(byte[], int, int, CancellationToken)

    Declaration
    Task<int> ReadAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    byte[] buffer
    int offset
    int count
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<int>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX