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

◆ Dispose() [2/2]

virtual void System.Net.WebResponse.Dispose ( bool disposing)
inlineprotectedvirtual

Reimplemented in System.Net.HttpWebResponse.

Definition at line 83 of file WebResponse.cs.

84 {
85 if (disposing)
86 {
87 try
88 {
89 Close();
90 }
91 catch
92 {
93 }
94 }
95 }
virtual void Close()

References System.Net.WebResponse.Close(), and System.Runtime.Serialization.Dictionary.