Search Results for

    Show / Hide Table of Contents

    Interface ICustomStreamWriter

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

    Namespace: StreamExtended.Network
    Assembly: StreamExtended.dll
    Syntax
    public interface ICustomStreamWriter

    Methods

    | Edit this page View Source

    Write(byte[], int, int)

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

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

    Declaration
    Task WriteAsync(byte[] buffer, int i, int bufferLength, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    byte[] buffer
    int i
    int bufferLength
    CancellationToken cancellationToken
    Returns
    Type Description
    Task
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX