1 write to Response
System.Net.Http (1)
System\Net\Http\DiagnosticsHandler.cs (1)
235Response = response;
2 references to Response
System.Net.Http (2)
System\Net\Http\DiagnosticsHandler.cs (2)
244public override string ToString() => $"{{ {nameof(Response)} = {Response}, {nameof(Request)} = {Request}, {nameof(RequestTaskStatus)} = {RequestTaskStatus} }}";