Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ WriteAsync() [2/3]

override Task System.Net.Http.MultipartContent.ContentReadStream.WriteAsync ( byte[] buffer,
int offset,
int count,
CancellationToken cancellationToken )
inlinevirtual

Reimplemented from System.IO.Stream.

Definition at line 243 of file MultipartContent.cs.

244 {
245 throw new NotSupportedException();
246 }