Base:
method
Dispose
System.Net.Http.HttpConnectionBase.Dispose()
Implemented interface member:
20 references to Dispose
System.Net.Http (20)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.NtAuth.cs (1)
213connection.Dispose();
System\Net\Http\SocketsHttpHandler\ChunkedEncodingReadStream.cs (2)
433_connection!.Dispose(); 512ctr = cts.Token.Register(static s => ((HttpConnection)s!).Dispose(), _connection);
System\Net\Http\SocketsHttpHandler\ConnectionCloseReadStream.cs (3)
32connection.Dispose(); 84connection.Dispose(); 145connection.Dispose();
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http1.cs (5)
42connection.Dispose(); 49connection.Dispose(); 204connection.Dispose(); 214connection.Dispose(); 332connection.Dispose();
System\Net\Http\SocketsHttpHandler\ContentLengthReadStream.cs (1)
224ctr = cts.Token.Register(static s => ((HttpConnection)s!).Dispose(), _connection);
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (4)
891Dispose(); 964connection.Dispose(); 1017Dispose(); 2116Dispose();
System\Net\Http\SocketsHttpHandler\HttpContentStream.cs (1)
27_connection.Dispose();
System\Net\Http\SocketsHttpHandler\RawConnectionStream.cs (3)
38connection.Dispose(); 86connection.Dispose(); 146connection.Dispose();