| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- 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
|