ChangeLog 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. 2010-05-21 Atsushi Enomoto <[email protected]>
  2. * WebScriptServiceHostFactory.cs : similarly to ServiceDebugBehavior
  3. and ServiceMetadataBehavior in ServiceHostBase, it must *prepend*
  4. WebScriptEnablingBehavior to apply all other behaviors subsequently.
  5. 2009-10-09 Atsushi Enomoto <[email protected]>
  6. * WebScriptServiceHostFactory.cs : call base.OnOpening() here too.
  7. 2009-10-07 Atsushi Enomoto <[email protected]>
  8. * WebScriptServiceHostFactory.cs : I have to again revert the
  9. previous change; it does fill endpoints regardless of hosting
  10. environment (now with tests).
  11. 2009-09-17 Atsushi Enomoto <[email protected]>
  12. * WebScriptServiceHostFactory.cs : do tasks in previous change only
  13. if it is done under ASP.NET environment.
  14. 2009-09-04 Atsushi Enomoto <[email protected]>
  15. * WebScriptServiceHostFactory.cs : endpoints are automatically added
  16. and if they are added through configuration, it is an error
  17. (as documented).
  18. 2006-02-16 Atsushi Enomoto <[email protected]>
  19. * WebServiceHostFactory.cs, WebScriptServiceHostFactory.cs :
  20. new files.