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