Search Results for

    Show / Hide Table of Contents

    Class StreamFileContent

    Represents the content of a file using a stream.

    Inheritance
    Object
    StreamFileContent
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: SimpleResults
    Assembly: SimpleResults.dll
    Syntax
    public class StreamFileContent

    Constructors

    Name Description
    StreamFileContent(Stream)

    Initializes a new instance of the StreamFileContent class with the provided content.

    Properties

    Name Description
    Content

    Gets the stream that represent the file contents.

    ContentType

    Gets or sets the content type. Its default value is an empty string.

    FileName

    Gets or sets the file name. Its default value is an empty string.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright ©2023 SimpleResults