You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to have a version of RegisterForProgress that allows to add a handler for all requests.
In my project I have a central point, where the HttpClient is created (adding authentication, Base Webservice URL and so on). At this point I do not know the request-URL yet, but I would like to be able to add the Handler to track the progress.
Could you add a Version of RegisterForProgress to HttpRequestMessage which only has the ProgressDelegate as a Parameter?
The text was updated successfully, but these errors were encountered:
I would like to have a version of RegisterForProgress that allows to add a handler for all requests.
In my project I have a central point, where the HttpClient is created (adding authentication, Base Webservice URL and so on). At this point I do not know the request-URL yet, but I would like to be able to add the Handler to track the progress.
Could you add a Version of RegisterForProgress to HttpRequestMessage which only has the ProgressDelegate as a Parameter?
The text was updated successfully, but these errors were encountered: