Harmony is Amazing #532
Closed
TonyValenti
started this conversation in
Show and tell
Replies: 1 comment
-
Thank you!! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @pardeike -
I just wanted you to know that harmony is amazing. I'm using it in a really neat way to instrument a 3rd party app that isn't behaving the way it should.
I use a .net startup hook to inject my code into the host process at application start.
I use harmony to override the an HttpMessageHandler constructor so that I can inject a custom HttpClientHandler into all HttpClients.
My custom handler intercepts/rewrites http requests.
Anyway, I thought the above was super cool and just wanted you to know you enable some really awesome solutions outside of gaming.
Beta Was this translation helpful? Give feedback.
All reactions