ChangeLog 831 B

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