Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ Write() [1/2]

override void System.Net.Http.MultipartContent.ContentReadStream.Write ( byte[] buffer,
int offset,
int count )
inline

Definition at line 233 of file MultipartContent.cs.

234 {
235 throw new NotSupportedException();
236 }