c# - Sending Files via Socket -
c# - Sending Files via Socket -
i'm writing code can connect remote machine. i'm using sockets. machine runs files *.hex extension. reloads .hex files every 10 seconds.
i'm creating loop programme c# sends *.hex files every 10 seconds.
the problem is, how can send files using socket?
you can utilize beginsendfile
method.
c# sockets networking file-upload
Comments
Post a Comment