Class MultipartParser
Inheritance
System.Object
MultipartParser
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 |
|