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

◆ Dispose() [2/2]

override void System.Net.Http.StreamContent.Dispose ( bool disposing)
inlineprotectedvirtual

Reimplemented from System.Net.Http.HttpContent.

Definition at line 156 of file StreamContent.cs.

157 {
158 if (disposing)
159 {
161 }
162 base.Dispose(disposing);
163 }
void Dispose()
Definition Stream.cs:639

References System.Net.Http.StreamContent._content, and System.IO.Stream.Dispose().