In Postman, I’m able to download a channel file to a folder by clicking the button “Send and Download” instead of button “Send”. But no file is download in my local folder using the generated code snippets( C# HTTP Client) in my .Net application. Did I miss something as “Send and Download” in my C#?
I noticed the generated code snippets are same with button “Send and Download” and button “Send”. However the former one can download a file to a local folder and the latter one can’t. So where and how to mark it’s “Send and Download” instead of “Send” in C#?