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