HttpPostFileValue.WriteToMultipartStream method

Version 1.0.14
.NET Framework 4.7
Namespace Skybrud.Essentials.Http
Assembly Skybrud.Essentials.Http.dll

WriteToMultipartStream(Stream, string, string, bool)

Virtual
public virtual Void WriteToMultipartStream(Stream stream, string boundary, string newLine, bool isLast)

Parameters

stream Stream
boundary String
newLine String
isLast bool

Returns