Search Results for

    Show / Hide Table of Contents

    Class StreamExtensions

    Inheritance
    object
    StreamExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    public static class StreamExtensions

    Methods

    WriteToFileAsync(Stream, string)

    Declaration
    public static Task WriteToFileAsync(this Stream stream, string filePath)
    Parameters
    Stream stream

    string filePath

    Returns
    Task

    Back to top Generated by DocFX