Table of Contents

Class MultipartItem

Namespace
Fluxzy.Formatters.Producers.Requests
Assembly
Fluxzy.Core.dll
public class MultipartItem
Inheritance
MultipartItem
Inherited Members

Constructors

MultipartItem(string?, string?, string?, string?, long, long)

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

FileName

public string? FileName { get; }

Property Value

string

Length

public long Length { get; }

Property Value

long

Name

public string? Name { get; }

Property Value

string

Offset

public long Offset { get; }

Property Value

long

RawHeader

public string? RawHeader { get; set; }

Property Value

string

StringValue

public string? StringValue { get; set; }

Property Value

string