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

◆ Dispose() [2/2]

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

Reimplemented from System.Net.Http.HttpMessageHandler.

Definition at line 20 of file HttpConnectionHandler.cs.

21 {
22 if (disposing)
23 {
25 }
26 base.Dispose(disposing);
27 }
readonly HttpConnectionPoolManager _poolManager

References System.Net.Http.HttpConnectionHandler._poolManager, and System.Net.Http.HttpConnectionPoolManager.Dispose().