Implemented interface member:
3 overrides of Dispose
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
1858
public override void
Dispose
()
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (1)
108
public override void
Dispose
()
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (1)
94
public override void
Dispose
() => Dispose(disposing: true);
2 references to Dispose
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (2)
938
toDispose?.ForEach(c => c.
Dispose
());
997
Task.Factory.StartNew(static s => ((List<HttpConnectionBase>)s!).ForEach(c => c.
Dispose
()), toDispose,