c# - Convert Microsoft.AspNetCore.Http.HttpRequest to HttpRequestMessage -


i need convert microsoft.aspnetcore.http.httprequest aspnetcore context httprequestmessage pass httpclient. there simple way of achieve this? or hint implement helpful.

update want convert request message want change target url, want redirect request server.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -