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

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -