Author: kostat
Date: 2007-08-08 04:04:57 -0400 (Wed, 08 Aug 2007)
New Revision: 83640
Modified:
trunk/mcs/class/System.Web.Services/System.Web.Services.Configuration/WebServicesSection.cs
Log:
remove unneeded dep on web for web service clients
Modified:
trunk/mcs/class/System.Web.Services/System.Web.Services.Configuration/WebServicesSection.cs
===================================================================
---
trunk/mcs/class/System.Web.Services/System.Web.Services.Configuration/WebServicesSection.cs
2007-08-08 07:54:51 UTC (rev 83639)
+++
trunk/mcs/class/System.Web.Services/System.Web.Services.Configuration/WebServicesSection.cs
2007-08-08 08:04:57 UTC (rev 83640)
@@ -179,7 +179,7 @@
}
public static WebServicesSection Current {
- get { return (WebServicesSection)
WebConfigurationManager.GetWebApplicationSection ("system.web/webServices"); }
+ get { return (WebServicesSection)
ConfigurationManager.GetSection ("system.web/webServices"); }
}
internal static bool IsSupported (WebServiceProtocols proto)
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches