Table of Contents

Class MultipartReader

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

Methods

GetSlicedStream(Stream, long, long)

public static Stream GetSlicedStream(this Stream seekableStream, long offsetBegin, long length)

Parameters

seekableStream Stream
offsetBegin long
length long

Returns

Stream

ReadItems(Stream, string, int)

public static List<RawMultipartItem> ReadItems(Stream stream, string boundary, int readBodyBufferSize = 8192)

Parameters

stream Stream
boundary string
readBodyBufferSize int

Returns

List<RawMultipartItem>