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

◆ TryCreateContentReadStream()

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

Reimplemented from System.Net.Http.ByteArrayContent.

Definition at line 56 of file FormUrlEncodedContent.cs.

57 {
58 if (!(GetType() == typeof(FormUrlEncodedContent)))
59 {
60 return null;
61 }
63 }
FormUrlEncodedContent(IEnumerable< KeyValuePair< string, string > > nameValueCollection)

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