Wcf Mono中缺少MessageContractAttribute的IsWrapped属性

Wcf Mono中缺少MessageContractAttribute的IsWrapped属性,wcf,xamarin.ios,mono,xamarin.android,mvvmcross,Wcf,Xamarin.ios,Mono,Xamarin.android,Mvvmcross,我对wcf中生成的代理类有问题。我注意到MessageContract被包装在我的soap消息中,但我需要删除它。不幸的是,我无法解析MessageContract属性的IsWrapped属性 (我想使用MVVMCross向我的便携库添加服务引用) MSDN: 提前谢谢 我发现在PCL程序集中是不可能的,因为WCF实现不是跨平台的,并且在PCL库中是可用的。我使用了将在MonoTouch项目中实现的IsWrapped属性。我没有使用单机器人和WCF的经验 [System.Diagnostics.

我对wcf中生成的代理类有问题。我注意到MessageContract被包装在我的soap消息中,但我需要删除它。不幸的是,我无法解析MessageContract属性的IsWrapped属性

(我想使用MVVMCross向我的便携库添加服务引用) MSDN:


提前谢谢

我发现在PCL程序集中是不可能的,因为WCF实现不是跨平台的,并且在PCL库中是可用的。我使用了将在MonoTouch项目中实现的
IsWrapped
属性。我没有使用单机器人和WCF的经验

[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContract(IsWrapped = false)] //Cannot resolve symbol 'IsWrapped' (default value is true and i cannot change it)