2 implementations of IHttpTrace
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (1)
22
private sealed class Http2Stream : IValueTaskSource, IHttpStreamHeadersHandler,
IHttpTrace
System\Net\Http\SocketsHttpHandler\HttpConnectionBase.cs (1)
18
internal abstract class HttpConnectionBase : IDisposable,
IHttpTrace
2 references to IHttpTrace
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\CreditManager.cs (2)
12
private readonly
IHttpTrace
_owner;
20
public CreditManager(
IHttpTrace
owner, string name, int initialCredit)