This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This shows how to change Kestrel's bindings programmatically through the IConfiguraiton abstraction. | |
// TFM: .NET 5.0 | |
using Microsoft.AspNetCore.Hosting; | |
using Microsoft.Extensions.Configuration; | |
using Microsoft.Extensions.Hosting; | |
using System; | |
using System.Threading; | |
namespace WebApplication85 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/microsoft/reverse-proxy/issues/60 | |
https://github.com/microsoft/reverse-proxy/issues/21 | |
Request | |
Request Parameters Transform - Applied before building the HttpRequestMessage | |
RequestParamtersTransformContext | |
- HttpContext | |
- Method |