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

◆ Dispose() [2/2]

override void System.Net.Http.HttpConnectionResponseContent.Dispose ( bool disposing)
inlinesealedprotectedvirtual

Reimplemented from System.Net.Http.HttpContent.

Definition at line 76 of file HttpConnectionResponseContent.cs.

77 {
78 if (disposing && _stream != null)
79 {
81 _stream = null;
82 }
83 base.Dispose(disposing);
84 }
void Dispose()
Definition Stream.cs:639

References System.Net.Http.HttpConnectionResponseContent._stream, and System.IO.Stream.Dispose().