I have a script that I need to implement. Namely, my server needs to implement WCF, which will accept large files (500 MB - 1 GB) and support renewal if the connection drops for any reason. I was thinking about using WCF streaming for this, but I was wondering if renewal is somehow supported out of the box or if I need to implement special handling for this. What is the best course of action in my case? Links to examples will be appreciated.
source
share