1

我正在尝试使用 VS 2010 创建一个 WCF 服务客户端。该服务本身不是 WCF,我无法控制它。由于服务在其响应中使用多态数组,我必须注入KnownTypes我的客户端。我想做的是按照http://msdn.microsoft.com/en-us/magazine/gg598929.aspxDataContractResolver中的描述 添加一个,但这不起作用,因为在我的客户端存根中生成的类不使用s (我的代码永远不会被调用)。有没有可能强制执行?或者我可以做一些类似on 类的事情,只有具有以下属性:DataContractDataContractResolver

[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.SoapTypeAttribute(Namespace="...")]
4

0 回答 0