开发者

I want to stream data from XML file using C# .net

开发者 https://www.devze.com 2023-03-17 06:21 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消