Search Results for

    Show / Hide Table of Contents

    Interface ILineStream

    Namespace: Titanium.Web.Proxy.StreamExtended.Network
    Assembly: Titanium.Web.Proxy.dll
    Syntax
    public interface ILineStream

    Properties

    | Edit this page View Source

    DataAvailable

    Declaration
    bool DataAvailable { get; }
    Property Value
    Type Description
    bool

    Methods

    | Edit this page View Source

    FillBufferAsync(CancellationToken)

    Fills the buffer asynchronous.

    Declaration
    ValueTask<bool> FillBufferAsync(CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Returns
    Type Description
    ValueTask<bool>
    | Edit this page View Source

    ReadByteFromBuffer()

    Declaration
    byte ReadByteFromBuffer()
    Returns
    Type Description
    byte
    | Edit this page View Source

    ReadLineAsync(CancellationToken)

    Read a line from the byte stream

    Declaration
    ValueTask<string?> ReadLineAsync(CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Returns
    Type Description
    ValueTask<string>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX