5 references to HttpRequestHeaders
Microsoft.AspNetCore.Mvc.Testing (2)
Handlers\RedirectHandler.cs (2)
96
HttpRequestHeaders
originalRequestHeaders,
97
HttpRequestHeaders
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)
53
public System.Net.Http.Headers.
HttpRequestHeaders
DefaultRequestHeaders { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
292
public System.Net.Http.Headers.
HttpRequestHeaders
Headers { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }