2008-06-11  Noam Lampert <noaml@mainsoft.com>

	* WebServiceHost.cs: Open endpoint on BaseAddress if necessary

2008-04-21  Igor Zelmanovich <igorz@mainsoft.com>

	* WebServiceHost.cs: disable http and https help page support on opening.

2008-02-17  Atsushi Enomoto  <atsushi@ximian.com>

	* WebOperationContext.cs : remove extra TODOs.

2008-02-17  Atsushi Enomoto  <atsushi@ximian.com>

	* 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  <atsushi@ximian.com>

	* WebServiceHost.cs : Binding could be custom.

2008-02-15  Atsushi Enomoto  <atsushi@ximian.com>

	* WebAttributeInfo.cs : added BuildUriTemplate().

2008-02-14  Atsushi Enomoto  <atsushi@ximian.com>

	* WebGetAttribute.cs : oops, Method is extraneous.

2008-02-14  Atsushi Enomoto  <atsushi@ximian.com>

	* WebChannelFactory.cs : call base.OnOpening().

2008-02-14  Atsushi Enomoto  <atsushi@ximian.com>

	* 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  <atsushi@ximian.com>

	* 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  <atsushi@ximian.com>

	* WebChannelFactory.cs, WebServiceHost.cs : their role is to supply
	  WebHttpBehavior.

2008-02-12  Atsushi Enomoto  <atsushi@ximian.com>

	* WebChannelFactory.cs : added more constructors.
	* IncomingWebRequestContext.cs, IncomingWebResponseContext.cs,
	  OutgoingWebResponseContext.cs, OutgoingWebRequestContext.cs,
	  WebOperationContext.cs : new stubs.

2008-02-07  Atsushi Enomoto  <atsushi@ximian.com>

	* WebServiceHost.cs, WebChannelFactory.cs,
	  WebInvokeAttribute.cs, WebGetAttribute.cs : mostly stubs.

2008-02-06  Atsushi Enomoto  <atsushi@ximian.com>

	* WebMessageBodyStyle.cs, WebMessageFormat.cs : new enums.
