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