Hello everyone, in C # there is a meta: BeginSendFile can use it to send files, but how can I receive them? I did not find the method ... How can I get the file?
|
1 answer
The pair function must be BeginReceive . You will receive the data, and I think there should be no problems with writing them to a file.
|