Quote:
Normal data i able to send and received
Well, file content is, after all, 'Normal data'. On
C#
side, you should open the file, read its content, send it via the pipe. On the other side you should receive the (again 'normal') data and store it in a file.
What's the problem?