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