开发者

.net WCF Service

I want to save images to client side using WCF service. We have a dynamic image generated at every 10 seconds from a client server. Can we read that url using WCF service and pass the image or byte buffer of that image, so that user can save it on local drive. We have a XMl file which provide 开发者_如何学Pythonthe image url.

Can we use some other technique to get the images from the server at regular interval?

Thanks. PAl


Using a timer, you can send your images via email as often as you want. Also, you cannot initiate a WCF request from the server, but if your client poles the server regularly it can download the image files.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜