GetStreamAsync() Stream Always Null [Answered]
I'm getting a URI from json on my computer and trying to download an image from it.
Everything works up to actually putting something in
The next debug
Everything works up to actually putting something in
requestBodyStream. It is forever null.The next debug
Step Into would be to get the URI, which it shows by going to the model. Then it seems like it skips the next three lines of code and goes to the second object in the foreach loop. Pressing Step Into again on the last item in the list of cards finishes the program. Nothing is ever downloaded.