2004-02-05 Alon Gazit * WebMethodAttribute.cs: * WebServicesDescriptionAttribute.cs: * WebServiceAttribute.cs: * WebServiceBindingAttribute.cs: This attribute is inherited by derived classes.changed the AttributeUsage attribute. 2004-02-05 Alon Gazit * WebServiceBindingAttribute.cs: This attribute is multiuse. Changed the AttributeUsage attribute. 2004-01-10 Gonzalo Paniagua Javier * WebService.cs: added SetContext (). 2003-02-25 Dave Bettin * WebService.cs: Changed private application to HttpContext 2002-08-19 Tim Coleman * WebService.cs: Change the attribute on Application to Description instead of WebServicesDescription.2002-08-19 Tim Coleman 2002-08-15 Tim Coleman * WebServicesDescriptionAttribute: Added Description property. Should've known I spoke too soon about being complete. :-) 2002-08-07 Tim Coleman * WebMethodAttribute.cs: Remove FIXME and reorganize constructors to all call this () with the big constructor. * WebServiceAttribute.cs: Remove FIXME. * WebServiceBindingAttribute.cs: Remove FIXME, and change ns to be String.Empty by default (this is the MS implementation). Reorganize constructors. * WebServicesDescriptionAttribute.cs: Code reformat. * TODOAttribute.cs: Changed namespace. *** This namespace should now be complete. *** 2002-07-23 Tim Coleman * WebService.cs: Change Description to WebServicesDescription * WebServicesDescriptionAttribute.cs: Add back constructor as MS build doesn't seem to like it missing. Now calls base() with the string. Also remove the sealed modifier and change the attribute targets. 2002-07-23 Tim Coleman * WebServicesDescriptionAttribute.cs: Removed the "guts" because they are defined in System.ComponentModel.DescriptionAttribute. * WebService.cs: Added attributes which were missing based on the class status page. Also added an HttpApplication object and modified the properties to use that object. 2002-07-22 Tim Coleman * WebServicesDescriptionAttribute.cs: Added for build in System.Web.Services.Protocols 2002-07-22 Tim Coleman * WebMethodAttribute.cs: Remove comments around TransactionOption bits because I added that enum. * WebServiceAttribute.cs: * WebServiceBindingAttribute.cs: Added "sealed" to protection level, which I missed before. 2002-07-19 Tim Coleman * ChangeLog: * TODOAttribute.cs: * WebMethodAttribute.cs: * WebService.cs: * WebServiceAttribute.cs: * WebServiceBindingAttribute.cs: Initial implementation