hi,
I want send command with TCP to my UWP App and get the file from it!
I run Stream Socket listener on my UWP and I have WinForm Application sending command to this listener and I want to get file from that connection from UWP.
UWP is run as Kiosk.
in WinForm I using TCPClient.
anybody can help me? how can should implementing that?