UWP StreamSocket
I was wondering, when I socket.EnableTransferOwnership and then On_Suspended call socket.TransferOwnership(socketId); do I lose the ability to send data?
I am writing a UWP application that streams data, and I was hoping in the background my StreamSocket would still be able to send data out.
Thanks, Jacob