ChangeLog 585 B

12345678910111213141516171819
  1. 2009-01-26 Marek Habersack <[email protected]>
  2. * ClientProxyHandler.cs: before generating the proxy check if the
  3. service type is decorated with the [ScriptService] custom
  4. attribute. Only such service types can be called from client
  5. JavaScript.
  6. 2008-09-23 Marek Habersack <[email protected]>
  7. * LogicalTypeInfo.cs: do not use
  8. LazyDictionary as enum serializer anymore.
  9. * ProfileService.cs: do not use
  10. LazyDictionary as ProfileService serializer anymore.
  11. * RestHandler.cs: do not use
  12. LazyDictionary as the Exception or NameValueCollection serializer
  13. anymore.