1 write to _headers
Microsoft.Extensions.AI.Abstractions (1)
Tools\HostedMcpServerTool.cs (1)
180public IDictionary<string, string> Headers => _headers ??= new Dictionary<string, string>();
3 references to _headers
Microsoft.Extensions.AI.Abstractions (3)
Tools\HostedMcpServerTool.cs (3)
121if (_headers?.TryGetValue(AuthorizationHeaderName, out string? value) is true && 135else if (_headers is not null) 137_ = _headers.Remove(AuthorizationHeaderName);