关于Silverlight 调用WCF/Rest的异常
新建Rest服务接口: [ServiceContract]
public interface IService1
{
[OperationContract]
string GetData(int value);
}
.csharpcode, .csharpcode pre
{
font-size: small;
color: black;
font-family:
http://cyqdata.cn/cnblogs/article-detail-40427