根据http://msdn.microsoft.com/en-us/library/system.servicemodel.wshttpbinding.security.aspx,.NET Framework 4.5 的 WSHttpBinding
类有一个 publicSecurity
类型的属性System.ServiceModel.WSHttpSecurity
。
问题是WSHttpBinding
缺少这个属性。如果我使用调试器检查该类型的对象,它不会显示这样的属性:
此外,Intellisense 不显示任何Security
属性:
重要提示:请注意,我正在Security
使用对象初始值设定项设置属性!Visual Stuido 也可以!?
以正确的方式为 SOAP webservice 传达 WSSE Usernametoken,@Chris Marisic 显示了他修改此对象的位置。
此应用程序正在为 .NET Framework 4.5 编译。
是什么赋予了?