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