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

◆ WriteByte()

override void System.Net.Http.HttpContent.LimitMemoryStream.WriteByte ( byte value)
inlinevirtual

Reimplemented from System.IO.MemoryStream.

Definition at line 39 of file HttpContent.cs.

40 {
41 CheckSize(1);
42 base.WriteByte(value);
43 }

References System.Net.Http.HttpContent.LimitMemoryStream.CheckSize(), and System.value.