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

◆ ReadBufferedContentAsByteArray()

byte[] System.Net.Http.HttpContent.ReadBufferedContentAsByteArray ( )
inlinepackageinherited

Definition at line 356 of file HttpContent.cs.

357 {
358 return _bufferedContent.ToArray();
359 }
virtual byte[] ToArray()

References System.Net.Http.HttpContent._bufferedContent, and System.IO.MemoryStream.ToArray().