2005-09-10 Sebastien Pouliot <sebastien@ximian.com>
authorSebastien Pouliot <sebastien@ximian.com>
Sat, 10 Sep 2005 14:12:33 +0000 (14:12 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Sat, 10 Sep 2005 14:12:33 +0000 (14:12 -0000)
commitfce04f20db7023228c30da6dbd8be9911d5f896b
tree83adf9fcdeae0a41096ef06a86d723a3f0f3c168
parent3840f98020db8501d7f76fce40572e65271588e4
2005-09-10  Sebastien Pouliot  <sebastien@ximian.com>

* AppDomainFactory.cs: Added LinkDemand for Minimal. Added Demand for
UnmanagedCode on ctor. Added TODO on unimplemented method.
* ApplicationHost.cs: Added LinkDemand for Minimal. Added Demand for
UnmanagedCode on ctor. Removed duplicate null checks.
* ISAPIRuntime.cs: Fixed inheritance (added MarshalByRefObject and
IRegisteredObject) for 2.0. Added LinkDemand for Minimal. Added Demand
for UnmanagedCode on ctor.
* SimpleWorkerRequest.cs: Added LinkDemand and InheritanceDemand (not
sealed) for Minimal. Added Demands for UnmanagedCode on ctors. Added
FileIOPermission for PathDiscovery before returning processed paths.

svn path=/trunk/mcs/; revision=49864
mcs/class/System.Web/System.Web.Hosting/AppDomainFactory.cs
mcs/class/System.Web/System.Web.Hosting/ApplicationHost.cs
mcs/class/System.Web/System.Web.Hosting/ChangeLog
mcs/class/System.Web/System.Web.Hosting/ISAPIRuntime.cs
mcs/class/System.Web/System.Web.Hosting/SimpleWorkerRequest.cs