Skip to content

Instantly share code, notes, and snippets.

@Tratcher
Tratcher / Program.cs
Last active March 18, 2024 09:27
Kestrel programmatic rebinding
// 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
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