Search Results for

    Show / Hide Table of Contents

    Class MultipartParser

    Inheritance
    System.Object
    MultipartParser
    Namespace: FastReport.Service
    Assembly: FastReport.Service.dll
    Syntax
    public class MultipartParser

    Constructors

    MultipartParser(Stream)

    Declaration
    public MultipartParser(Stream stream)
    Parameters
    Type Name Description
    System.IO.Stream stream

    MultipartParser(Stream, Encoding)

    Declaration
    public MultipartParser(Stream stream, Encoding encoding)
    Parameters
    Type Name Description
    System.IO.Stream stream
    System.Text.Encoding encoding

    Properties

    ContentType

    Declaration
    public string ContentType { get; }
    Property Value
    Type Description
    System.String

    FileContents

    Declaration
    public byte[] FileContents { get; }
    Property Value
    Type Description
    System.Byte[]

    Filename

    Declaration
    public string Filename { get; }
    Property Value
    Type Description
    System.String

    Success

    Declaration
    public bool Success { get; }
    Property Value
    Type Description
    System.Boolean
    Back to top © 1998-2025 Copyright Fast Reports Inc.