如何在wcf服务中打印数据?

时间:2015-10-16 07:44:16

标签: c# asp.net web-services wcf

实际上在我的.asmx webservice中,我使用Context.Response.Write打印数据。像这样:

  Context.Response.ContentType = "application/json; charset=utf-8";
    Context.Response.Write(@" {""Status"":""true"",""RefferalCode"" : """ + RefferalCode + @"""}");

但在我的wcf服务中如何打印上述格式的数据。

0 个答案:

没有答案