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
Currently both BIO and SSL are setup in a way that only supports my specific use cases. It could make some sense to open them up considerably so they function similarly to a wrapper for the interop functions. This would necessitate changing how the constructors work so they don't do any setup on their own, and moving that logic somewhere else (probably a helper class in the Client folder?).
This is a distant TODO though, as technically it isn't necessary for getting the WebClient itself working.
The text was updated successfully, but these errors were encountered:
Currently both BIO and SSL are setup in a way that only supports my specific use cases. It could make some sense to open them up considerably so they function similarly to a wrapper for the interop functions. This would necessitate changing how the constructors work so they don't do any setup on their own, and moving that logic somewhere else (probably a helper class in the Client folder?).
This is a distant TODO though, as technically it isn't necessary for getting the WebClient itself working.
The text was updated successfully, but these errors were encountered: