| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- 2002-07-22 Tim Coleman <[email protected]>
- * Binding.cs:
- * BindingCollection.cs:
- * DocumentableItem.cs:
- * FaultBinding.cs:
- * FaultBindingCollection.cs:
- * HttpAddressBinding.cs:
- * HttpBinding.cs:
- * HttpOperationBinding.cs:
- * HttpUrlEncodedBinding.cs:
- * HttpUrlReplacementBinding.cs:
- * Import.cs:
- * ImportCollection.cs:
- * InputBinding.cs:
- * Message.cs:
- * MessageBinding.cs:
- * MessageCollection.cs:
- * MessagePart.cs:
- * MessagePartCollection.cs:
- * MimeContentBinding.cs:
- * MimeMultipartRelatedBinding.cs:
- * MimePart.cs:
- * MimePartCollection.cs:
- * MimeTextBinding.cs:
- * MimeTextMatch.cs:
- * MimeTextMatchCollection.cs:
- * MimeXmlBinding.cs:
- * Operation.cs:
- * OperationBinding.cs:
- * OperationBindingCollection.cs:
- * OperationCollection.cs:
- * OperationFaultCollection.cs:
- * OperationFlow.cs:
- * OperationMessage.cs:
- * OperationMessageCollection.cs:
- * OutputBinding.cs:
- * Port.cs:
- * PortCollection.cs:
- * PortType.cs:
- * PortTypeCollection.cs:
- * ProtocolImporter.cs:
- * Service.cs:
- * ServiceCollection.cs:
- * ServiceDescription.cs:
- * ServiceDescriptionBaseCollection.cs:
- * ServiceDescriptionCollection.cs:
- * ServiceDescriptionFormatExtension.cs:
- * ServiceDescriptionFormatExtensionCollection.cs:
- * ServiceDescriptionImportWarnings.cs:
- * SoapAddressBinding.cs:
- * SoapBinding.cs:
- * SoapBindingStyle.cs:
- * SoapBindingUse.cs:
- * SoapBodyBinding.cs:
- * SoapExtensionImporter.cs:
- * SoapExtensionReflector.cs:
- * SoapFaultBinding.cs:
- * SoapHeaderBinding.cs:
- * SoapHeaderFaultBinding.cs:
- * SoapOperationBinding.cs:
- * SoapTransportImporter.cs:
- * Types.cs:
- 1. Add missing attributes as determined by reflection
- 2. Fix protection levels where appropriate
- 3. Add missing items where appropriate
- Basically, this was a change to remove all the X's from
- the project status page for this namespace :)
- 2002-07-19 Tim Coleman <[email protected]>
- * Binding.cs:
- * BindingCollection.cs:
- * ChangeLog:
- * DocumentableItem.cs:
- * FaultBinding.cs:
- * FaultBindingCollection.cs:
- * HttpAddressBinding.cs:
- * HttpBinding.cs:
- * HttpOperationBinding.cs:
- * HttpUrlEncodedBinding.cs:
- * HttpUrlReplacementBinding.cs:
- * Import.cs:
- * ImportCollection.cs:
- * InputBinding.cs:
- * Message.cs:
- * MessageBinding.cs:
- * MessageCollection.cs:
- * MessagePart.cs:
- * MessagePartCollection.cs:
- * MimeContentBinding.cs:
- * MimeMultipartRelatedBinding.cs:
- * MimePart.cs:
- * MimePartCollection.cs:
- * MimeTextBinding.cs:
- * MimeTextMatch.cs:
- * MimeTextMatchCollection.cs:
- * MimeXmlBinding.cs:
- * Operation.cs:
- * OperationBinding.cs:
- * OperationBindingCollection.cs:
- * OperationCollection.cs:
- * OperationFault.cs:
- * OperationFaultCollection.cs:
- * OperationFlow.cs:
- * OperationInput.cs:
- * OperationMessage.cs:
- * OperationMessageCollection.cs:
- * OperationOutput.cs:
- * OutputBinding.cs:
- * Port.cs:
- * PortCollection.cs:
- * PortType.cs:
- * PortTypeCollection.cs:
- * ProtocolImporter.cs:
- * ProtocolReflector.cs:
- * Service.cs:
- * ServiceCollection.cs:
- * ServiceDescription.cs:
- * ServiceDescriptionBaseCollection.cs:
- * ServiceDescriptionCollection.cs:
- * ServiceDescriptionFormatExtension.cs:
- * ServiceDescriptionFormatExtensionCollection.cs:
- * ServiceDescriptionImportStyle.cs:
- * ServiceDescriptionImportWarnings.cs:
- * ServiceDescriptionImporter.cs:
- * ServiceDescriptionReflector.cs:
- * SoapAddressBinding.cs:
- * SoapBinding.cs:
- * SoapBindingStyle.cs:
- * SoapBindingUse.cs:
- * SoapBodyBinding.cs:
- * SoapExtensionImporter.cs:
- * SoapExtensionReflector.cs:
- * SoapFaultBinding.cs:
- * SoapHeaderBinding.cs:
- * SoapHeaderFaultBinding.cs:
- * SoapOperationBinding.cs:
- * SoapProtocolImporter.cs:
- * SoapTransportImporter.cs:
- * Types.cs:
- Initial implementation
|