本文介绍了WCF服务传递图像以供Silverlight使用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好

我是Silverlight的新手.我正在寻找一个可以向我展示如何使用Silverlight从WCF服务使用图像的教程.
我希望实现的是:
有一个WCF可以访问数据库并可能处理一些getImage方法.
我希望基于Silverlight的客户端调用方法并公开图像.

我希望可以实现.

非常感谢

Hi guys

I am new to silverlight. I am looking for a tutorial that can show me how to consume images from WCF service using Silverlight.
What I am hoping to achieve is:
Have a WCF that accesses a database and possibly handle some getImage methods.
I would want a Silverlight based client to call the methods and expose the images.

I hope this can be achieved.

Many thanks

推荐答案



这篇关于WCF服务传递图像以供Silverlight使用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-02 04:14