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

◆ TryCreateContentReadStream()

override Stream System.Net.Http.StringContent.TryCreateContentReadStream ( )
inlinepackagevirtual

Reimplemented from System.Net.Http.ByteArrayContent.

Definition at line 53 of file StringContent.cs.

54 {
55 if (!(GetType() == typeof(StringContent)))
56 {
57 return null;
58 }
60 }

References System.Net.Http.ByteArrayContent.CreateMemoryStreamForByteArray().