[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.ServiceModel.Web / System.ServiceModel.Activation / ChangeLog
1 2010-05-21  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * WebScriptServiceHostFactory.cs : similarly to ServiceDebugBehavior
4           and ServiceMetadataBehavior in ServiceHostBase, it must *prepend*
5           WebScriptEnablingBehavior to apply all other behaviors subsequently.
6
7 2009-10-09  Atsushi Enomoto  <atsushi@ximian.com>
8
9         * WebScriptServiceHostFactory.cs : call base.OnOpening() here too.
10
11 2009-10-07  Atsushi Enomoto  <atsushi@ximian.com>
12
13         * WebScriptServiceHostFactory.cs : I have to again revert the
14           previous change; it does fill endpoints regardless of hosting
15           environment (now with tests).
16
17 2009-09-17  Atsushi Enomoto  <atsushi@ximian.com>
18
19         * WebScriptServiceHostFactory.cs : do tasks in previous change only
20           if it is done under ASP.NET environment.
21
22 2009-09-04  Atsushi Enomoto  <atsushi@ximian.com>
23
24         * WebScriptServiceHostFactory.cs : endpoints are automatically added
25           and if they are added through configuration, it is an error
26           (as documented).
27
28 2006-02-16  Atsushi Enomoto  <atsushi@ximian.com>
29
30         * WebServiceHostFactory.cs, WebScriptServiceHostFactory.cs :
31           new files.
32