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