/// <summary>
/// Service Contract Class - GetItemResponse
/// </summary>
[MessageContract(IsWrapped = true)]
public partial class GeItemResponse
{
}
在上面的IsWrapped属性中设置为true,该属性的用途是什么,有人可以解释一下吗?
答案 0 :(得分:0)
当您将IsWrapped设置为false时,邮件正文将不会包含在具有操作名称的元素中。 在这里你可以阅读更多:What is the purpose of the IsWrapped property in WCF