BryanWilhite / SonghayCore

core reusable, opinionated concerns for *all* 🧐 of my C# projects
http://songhayblog.azurewebsites.net/
MIT License
1 stars 0 forks source link

`HttpRequestMessage` in `SendBodyAsync needs `using`? #117

Closed BryanWilhite closed 3 years ago

BryanWilhite commented 3 years ago

image

BryanWilhite commented 3 years ago

SendBodyAsync cannot have any using blocks in because it is designed to called from an external using block which is hard for me to remember 🤕