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