serviceknowntype
WCF KnownTypes in Mono 2.10 / MonoTouch 4.0
I have an application that uses WCF. It runs great on Mono 2.8.2 on Ubuntu and .NET 3.0 on Windows. It decorates the WCF service contract with the \'ServiceKnownType\' attribute, which points to a me[详细]
2023-02-24 10:41 分类:问答WCF: Is serialization of a generic interfaces possible?
I\'m trying to implement a service contract that contains a method which takes a generic interface, and that generic interface itself is given an interface parameter. I\'ve decorated the service inter[详细]
2023-01-09 11:18 分类:问答on wcf type is not expected even though its on ServiceKnownType(typeof(...))
i am using third party classes in my service, so i cant edit them. third party [Serializable] Class B : E[详细]
2023-01-01 22:07 分类:问答Applying ServiceKnownTypeAttribute to WCF service with Spring
I am trying to apply the ServiceKnownTypeAttribute to my WCF Service but keep getting the error below my config.Does anyone have any ideas?[详细]
2022-12-31 05:57 分类:问答Understanding ServiceKnownType in WCF
I am having a little trouble understanding ServiceKnownType in WCF. Taken from this blog, the following code does not work:[详细]
2022-12-28 18:49 分类:问答Wordpress Authenticate Filter
I\'m currently trying to override Wordpress\' wp_authenticate function (without modifying the core files, mainly pluggable.php), however I\'m not sure if I\'m going about it the correct way. There are[详细]
2022-12-17 18:56 分类:问答