Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/.net/22.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 通过Web服务传递图像_C#_.net_Silverlight_Web Services_Webservice Client - Fatal编程技术网

C# 通过Web服务传递图像

C# 通过Web服务传递图像,c#,.net,silverlight,web-services,webservice-client,C#,.net,Silverlight,Web Services,Webservice Client,我如何将图像从ASMX Web服务传递到silverlight前端?我正在使用.Net 4.0和Silverlight 4前端以及SQLServer 2008来存储图像。您可以尝试将图像作为base64字符串直接从数据库中传递出来,并在前端从web服务接收到图像后对其进行解码

我如何将图像从ASMX Web服务传递到silverlight前端?我正在使用.Net 4.0和Silverlight 4前端以及SQLServer 2008来存储图像。

您可以尝试将图像作为base64字符串直接从数据库中传递出来,并在前端从web服务接收到图像后对其进行解码