| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- 2004-06-01 Gert Driesen <[email protected]>
- * WebServicesConfigurationSectionHandler.cs: removed unused variables
- 2004-02-05 Alon Gazit <[email protected]>
- * XmlFormatExtensionAttribute.cs:
- * XmlFormatExtensionPointAttribute.cs:
- * XmlFormatExtensionPrefixAttribute.cs: This attribute is inherited by
- derived classes.changed the AttributeUsage attribute.
- 2004-01-24 Lluis Sanchez Gual <[email protected]>
-
- * XmlFormatExtensionPrefixAttribute.cs: Allow multiple usage.
-
- 2003-12-12 Lluis Sanchez Gual <[email protected]>
-
- * WebServicesConfigurationSectionHandler.cs: Removed TODO.
- 2003-10-03 Gonzalo Paniagua Javier <[email protected]>
- * WebServicesConfigurationSectionHandler.cs: keep the file name of the
- configuration file around for wsdlHelpGenerator.
- 2003-09-25 Lluis Sanchez Gual <[email protected]>
-
- * WebServicesConfigurationSectionHandler.cs: added support for
- soapExtensionReflectorTypes, soapExtensionImporterTypes and
- serviceDescriptionFormatExtensionTypes.
- 2003-08-28 Lluis Sanchez Gual <[email protected]>
- * XmlFormatExtensionPointAttribute.cs: Fixed constructor. Member name
- was not set.
- 2003-07-08 Gonzalo Paniagua Javier <[email protected]>
- * WebServicesConfigurationSectionHandler.cs: added <soapExtensionTypes>
- support.
- 2003-07-03 Gonzalo Paniagua Javier <[email protected]>
- * WebServicesConfigurationSectionHandler.cs: support remove/clear for
- <protocols>. Fixed IsSupported.
- 2003-07-03 Gonzalo Paniagua Javier <[email protected]>
- * WebServicesConfigurationSectionHandler.cs: singleton.
- 2003-07-02 Gonzalo Paniagua Javier <[email protected]>
- * WebServicesConfigurationSectionHandler.cs: New file that handles
- system.web/webServices section.
- 2002-07-21 Tim Coleman <[email protected]>
- * ChangeLog:
- * XmlFormatExtensionAttribute.cs:
- * XmlFormatExtensionPointAttribute.cs:
- * XmlFormatExtensionPrefixAttribute.cs:
- New files added
|