Class MultipartItem
- Namespace
- Fluxzy.Formatters.Producers.Requests
- Assembly
- Fluxzy.Core.dll
public class MultipartItem
- Inheritance
-
MultipartItem
- Inherited Members
-
Constructors
public MultipartItem(string? name, string? fileName, string? contentType, string? contentDisposition, long offset, long length)
Parameters
name
string
fileName
string
contentType
string
contentDisposition
string
offset
long
length
long
Properties
ContentDisposition
public string? ContentDisposition { get; }
Property Value
- string
ContentType
public string? ContentType { get; }
Property Value
- string
public string? FileName { get; }
Property Value
- string
public long Length { get; }
Property Value
- long
public string? Name { get; }
Property Value
- string
public long Offset { get; }
Property Value
- long
public string? RawHeader { get; set; }
Property Value
- string
public string? StringValue { get; set; }
Property Value
- string