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