1 write to Headers
Microsoft.AspNetCore.Http.Connections.Client (1)
HttpConnectionFactory.cs (1)
83Headers = options.Headers,
7 references to Headers
Microsoft.AspNetCore.Http.Connections.Client (7)
HttpConnection.cs (2)
636if (_httpConnectionOptions?.Headers != null) 638foreach (var header in _httpConnectionOptions.Headers)
HttpConnectionFactory.cs (1)
83Headers = options.Headers,
HttpConnectionOptions.cs (1)
258/// This delegate is invoked after headers from <see cref="Headers"/> and the access token from <see cref="AccessTokenProvider"/>
Internal\WebSocketsTransport.cs (2)
114if (context.Options.Headers.Count > 0) 122foreach (var header in context.Options.Headers)
Internal\WebSocketsTransport.Log.cs (1)
72[LoggerMessage(20, LogLevel.Warning, $"Configuring request headers using {nameof(HttpConnectionOptions)}.{nameof(HttpConnectionOptions.Headers)} is not supported when using websockets transport " +