I want to stream data from XML file using C# .net
The requirement is to read data from an XML file and stream data read from that XML file to specified IP Address and port no. I am thinking to use socket programming here. Please suggest the best way to do this. Data size can be in MBs, and as the rec开发者_JS百科ieved data will be real time, transfer rate should be fast.
Looking forward to helpful suggestions,
Regards, Akki
You can use WCF in streaming mode and avoid socket programming.
精彩评论