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