2 writes to _headers
Microsoft.AspNetCore.Http.Connections.Client (2)
HttpConnectionOptions.cs (2)
46
_headers
= new Dictionary<string, string>();
79
set =>
_headers
= value ?? throw new ArgumentNullException(nameof(value));
1 reference to _headers
Microsoft.AspNetCore.Http.Connections.Client (1)
HttpConnectionOptions.cs (1)
78
get =>
_headers
;