2009-10-09 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.ServiceModel.Web / System.ServiceModel.Web / ChangeLog
1 2009-10-09  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * WebServiceHost.cs : call base.OnOpening() here too.
4
5 2009-09-04  Atsushi Enomoto  <atsushi@ximian.com>
6
7         * OutgoingWebResponseContext.cs : add missing methods.
8
9 2009-09-01  Atsushi Enomoto  <atsushi@ximian.com>
10
11         * WebOperationContext.cs : Current is automatically created (even
12           without WebHttpBehavior or WebChannelFactory).
13         * IncomingWebRequestContext.cs, IncomingWebResponseContext.cs:
14           WebOperationContext could be created regardless of whether it is
15           request or not. So do not premise incoming members existence.
16
17 2009-08-11  Atsushi Enomoto  <atsushi@ximian.com>
18
19         * WebChannelFactory.cs : added missing constructors.
20
21 2009-07-28  Atsushi Enomoto  <atsushi@ximian.com>
22
23         * OutgoingWebRequestContext.cs : implement.
24
25 2008-06-11  Noam Lampert <noaml@mainsoft.com>
26
27         * WebServiceHost.cs: Open endpoint on BaseAddress if necessary
28
29 2008-04-21  Igor Zelmanovich <igorz@mainsoft.com>
30
31         * WebServiceHost.cs: disable http and https help page support on opening.
32
33 2008-02-17  Atsushi Enomoto  <atsushi@ximian.com>
34
35         * WebOperationContext.cs : remove extra TODOs.
36
37 2008-02-17  Atsushi Enomoto  <atsushi@ximian.com>
38
39         * IncomingWebRequestContext.cs, IncomingWebResponseContext.cs,
40           OutgoingWebRequestContext.cs, OutgoingWebResponseContext.cs,
41           WebOperationContext.cs : implemented large chunk of them. Still
42           not sure how outgoing request and incoming response are used.
43
44 2008-02-16  Atsushi Enomoto  <atsushi@ximian.com>
45
46         * WebServiceHost.cs : Binding could be custom.
47
48 2008-02-15  Atsushi Enomoto  <atsushi@ximian.com>
49
50         * WebAttributeInfo.cs : added BuildUriTemplate().
51
52 2008-02-14  Atsushi Enomoto  <atsushi@ximian.com>
53
54         * WebGetAttribute.cs : oops, Method is extraneous.
55
56 2008-02-14  Atsushi Enomoto  <atsushi@ximian.com>
57
58         * WebChannelFactory.cs : call base.OnOpening().
59
60 2008-02-14  Atsushi Enomoto  <atsushi@ximian.com>
61
62         * WebAttributeInfo.cs : new class to unify WebGet and WebInvoke.
63         * WebInvokeAttribute.cs, WebGetAttribute.cs : rewrote to use above.
64         * WebChannelFactory.cs : removed couple of MonoTODOs.
65
66 2008-02-14  Atsushi Enomoto  <atsushi@ximian.com>
67
68         * WebGetAttribute.cs, WebInvokeAttribute.cs : they are "passive"
69           operation behaviors and do nothing.
70         * WebChannelFactory.cs : if no Binding is set, set default
71           WebHttpBinding.
72
73 2008-02-14  Atsushi Enomoto  <atsushi@ximian.com>
74
75         * WebChannelFactory.cs, WebServiceHost.cs : their role is to supply
76           WebHttpBehavior.
77
78 2008-02-12  Atsushi Enomoto  <atsushi@ximian.com>
79
80         * WebChannelFactory.cs : added more constructors.
81         * IncomingWebRequestContext.cs, IncomingWebResponseContext.cs,
82           OutgoingWebResponseContext.cs, OutgoingWebRequestContext.cs,
83           WebOperationContext.cs : new stubs.
84
85 2008-02-07  Atsushi Enomoto  <atsushi@ximian.com>
86
87         * WebServiceHost.cs, WebChannelFactory.cs,
88           WebInvokeAttribute.cs, WebGetAttribute.cs : mostly stubs.
89
90 2008-02-06  Atsushi Enomoto  <atsushi@ximian.com>
91
92         * WebMessageBodyStyle.cs, WebMessageFormat.cs : new enums.