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

◆ TryCreateContentReadStream()

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

Reimplemented from System.Net.Http.HttpContent.

Reimplemented in System.Net.Http.FormUrlEncodedContent, and System.Net.Http.StringContent.

Definition at line 86 of file ByteArrayContent.cs.

87 {
88 if (!(GetType() == typeof(ByteArrayContent)))
89 {
90 return null;
91 }
93 }

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