dotnet / systemweb-adapters

MIT License
336 stars 59 forks source link

Add HttpServerUtility.Transfer/Execute methods #409

Closed twsouthwick closed 11 months ago

twsouthwick commented 11 months ago

This should help with some migrations that use the type to highlight they need to refactor. For now, there's no implementation and it will throw if used, as well as show warnings when compiling. However, if there's a way to implement it (and if there's enough demand) an internal interface is available that that can be implemented to light up the feature.

Fixes #377