Imported Upstream version 4.6.0.125

Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2016-08-03 10:59:49 +00:00
parent a569aebcfd
commit e79aa3c0ed
17047 changed files with 3137615 additions and 392334 deletions

View File

@@ -1,32 +0,0 @@
2010-05-21 Atsushi Enomoto <atsushi@ximian.com>
* WebScriptServiceHostFactory.cs : similarly to ServiceDebugBehavior
and ServiceMetadataBehavior in ServiceHostBase, it must *prepend*
WebScriptEnablingBehavior to apply all other behaviors subsequently.
2009-10-09 Atsushi Enomoto <atsushi@ximian.com>
* WebScriptServiceHostFactory.cs : call base.OnOpening() here too.
2009-10-07 Atsushi Enomoto <atsushi@ximian.com>
* WebScriptServiceHostFactory.cs : I have to again revert the
previous change; it does fill endpoints regardless of hosting
environment (now with tests).
2009-09-17 Atsushi Enomoto <atsushi@ximian.com>
* WebScriptServiceHostFactory.cs : do tasks in previous change only
if it is done under ASP.NET environment.
2009-09-04 Atsushi Enomoto <atsushi@ximian.com>
* WebScriptServiceHostFactory.cs : endpoints are automatically added
and if they are added through configuration, it is an error
(as documented).
2006-02-16 Atsushi Enomoto <atsushi@ximian.com>
* WebServiceHostFactory.cs, WebScriptServiceHostFactory.cs :
new files.