ForwardedHeadersMiddleware.ApplyForwarders(HttpContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Forward the proxied headers to the given HttpContext.
public:
void ApplyForwarders(Microsoft::AspNetCore::Http::HttpContext ^ context);
public void ApplyForwarders (Microsoft.AspNetCore.Http.HttpContext context);
member this.ApplyForwarders : Microsoft.AspNetCore.Http.HttpContext -> unit
Public Sub ApplyForwarders (context As HttpContext)
Parameters
- context
- HttpContext
The HttpContext.