2009-07-28 Atsushi Enomoto * OutgoingWebRequestContext.cs : implement. 2008-06-11 Noam Lampert * WebServiceHost.cs: Open endpoint on BaseAddress if necessary 2008-04-21 Igor Zelmanovich * WebServiceHost.cs: disable http and https help page support on opening. 2008-02-17 Atsushi Enomoto * WebOperationContext.cs : remove extra TODOs. 2008-02-17 Atsushi Enomoto * IncomingWebRequestContext.cs, IncomingWebResponseContext.cs, OutgoingWebRequestContext.cs, OutgoingWebResponseContext.cs, WebOperationContext.cs : implemented large chunk of them. Still not sure how outgoing request and incoming response are used. 2008-02-16 Atsushi Enomoto * WebServiceHost.cs : Binding could be custom. 2008-02-15 Atsushi Enomoto * WebAttributeInfo.cs : added BuildUriTemplate(). 2008-02-14 Atsushi Enomoto * WebGetAttribute.cs : oops, Method is extraneous. 2008-02-14 Atsushi Enomoto * WebChannelFactory.cs : call base.OnOpening(). 2008-02-14 Atsushi Enomoto * WebAttributeInfo.cs : new class to unify WebGet and WebInvoke. * WebInvokeAttribute.cs, WebGetAttribute.cs : rewrote to use above. * WebChannelFactory.cs : removed couple of MonoTODOs. 2008-02-14 Atsushi Enomoto * WebGetAttribute.cs, WebInvokeAttribute.cs : they are "passive" operation behaviors and do nothing. * WebChannelFactory.cs : if no Binding is set, set default WebHttpBinding. 2008-02-14 Atsushi Enomoto * WebChannelFactory.cs, WebServiceHost.cs : their role is to supply WebHttpBehavior. 2008-02-12 Atsushi Enomoto * WebChannelFactory.cs : added more constructors. * IncomingWebRequestContext.cs, IncomingWebResponseContext.cs, OutgoingWebResponseContext.cs, OutgoingWebRequestContext.cs, WebOperationContext.cs : new stubs. 2008-02-07 Atsushi Enomoto * WebServiceHost.cs, WebChannelFactory.cs, WebInvokeAttribute.cs, WebGetAttribute.cs : mostly stubs. 2008-02-06 Atsushi Enomoto * WebMessageBodyStyle.cs, WebMessageFormat.cs : new enums.