Search Results for

    Show / Hide Table of Contents

    Interface IHttpStreamWriter

    A concrete implementation of this interface is required when calling CopyStream.

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

    Properties

    | Edit this page View Source

    IsNetworkStream

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

    Methods

    | Edit this page View Source

    Write(byte[], int, int)

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

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

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

    WriteLineAsync(string, CancellationToken)

    Declaration
    ValueTask WriteLineAsync(string value, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    string value
    CancellationToken cancellationToken
    Returns
    Type Description
    ValueTask
    | Edit this page View Source

    WriteLineAsync(CancellationToken)

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