5 references to HttpRequestHeaders
Microsoft.AspNetCore.Mvc.Testing (2)
Handlers\RedirectHandler.cs (2)
96HttpRequestHeaders originalRequestHeaders, 97HttpRequestHeaders redirectRequestHeaders)
netstandard (1)
netstandard.cs (1)
1106[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.Headers.HttpRequestHeaders))]
System.Net.Http (2)
artifacts\obj\System.Net.Http\Debug\net10.0\System.Net.Http.notsupported.cs (2)
53public System.Net.Http.Headers.HttpRequestHeaders DefaultRequestHeaders { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 292public System.Net.Http.Headers.HttpRequestHeaders Headers { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }