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

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -