ChangeLog 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. 2002-07-22 Tim Coleman <[email protected]>
  2. * Binding.cs:
  3. * BindingCollection.cs:
  4. * DocumentableItem.cs:
  5. * FaultBinding.cs:
  6. * FaultBindingCollection.cs:
  7. * HttpAddressBinding.cs:
  8. * HttpBinding.cs:
  9. * HttpOperationBinding.cs:
  10. * HttpUrlEncodedBinding.cs:
  11. * HttpUrlReplacementBinding.cs:
  12. * Import.cs:
  13. * ImportCollection.cs:
  14. * InputBinding.cs:
  15. * Message.cs:
  16. * MessageBinding.cs:
  17. * MessageCollection.cs:
  18. * MessagePart.cs:
  19. * MessagePartCollection.cs:
  20. * MimeContentBinding.cs:
  21. * MimeMultipartRelatedBinding.cs:
  22. * MimePart.cs:
  23. * MimePartCollection.cs:
  24. * MimeTextBinding.cs:
  25. * MimeTextMatch.cs:
  26. * MimeTextMatchCollection.cs:
  27. * MimeXmlBinding.cs:
  28. * Operation.cs:
  29. * OperationBinding.cs:
  30. * OperationBindingCollection.cs:
  31. * OperationCollection.cs:
  32. * OperationFaultCollection.cs:
  33. * OperationFlow.cs:
  34. * OperationMessage.cs:
  35. * OperationMessageCollection.cs:
  36. * OutputBinding.cs:
  37. * Port.cs:
  38. * PortCollection.cs:
  39. * PortType.cs:
  40. * PortTypeCollection.cs:
  41. * ProtocolImporter.cs:
  42. * Service.cs:
  43. * ServiceCollection.cs:
  44. * ServiceDescription.cs:
  45. * ServiceDescriptionBaseCollection.cs:
  46. * ServiceDescriptionCollection.cs:
  47. * ServiceDescriptionFormatExtension.cs:
  48. * ServiceDescriptionFormatExtensionCollection.cs:
  49. * ServiceDescriptionImportWarnings.cs:
  50. * SoapAddressBinding.cs:
  51. * SoapBinding.cs:
  52. * SoapBindingStyle.cs:
  53. * SoapBindingUse.cs:
  54. * SoapBodyBinding.cs:
  55. * SoapExtensionImporter.cs:
  56. * SoapExtensionReflector.cs:
  57. * SoapFaultBinding.cs:
  58. * SoapHeaderBinding.cs:
  59. * SoapHeaderFaultBinding.cs:
  60. * SoapOperationBinding.cs:
  61. * SoapTransportImporter.cs:
  62. * Types.cs:
  63. 1. Add missing attributes as determined by reflection
  64. 2. Fix protection levels where appropriate
  65. 3. Add missing items where appropriate
  66. Basically, this was a change to remove all the X's from
  67. the project status page for this namespace :)
  68. 2002-07-19 Tim Coleman <[email protected]>
  69. * Binding.cs:
  70. * BindingCollection.cs:
  71. * ChangeLog:
  72. * DocumentableItem.cs:
  73. * FaultBinding.cs:
  74. * FaultBindingCollection.cs:
  75. * HttpAddressBinding.cs:
  76. * HttpBinding.cs:
  77. * HttpOperationBinding.cs:
  78. * HttpUrlEncodedBinding.cs:
  79. * HttpUrlReplacementBinding.cs:
  80. * Import.cs:
  81. * ImportCollection.cs:
  82. * InputBinding.cs:
  83. * Message.cs:
  84. * MessageBinding.cs:
  85. * MessageCollection.cs:
  86. * MessagePart.cs:
  87. * MessagePartCollection.cs:
  88. * MimeContentBinding.cs:
  89. * MimeMultipartRelatedBinding.cs:
  90. * MimePart.cs:
  91. * MimePartCollection.cs:
  92. * MimeTextBinding.cs:
  93. * MimeTextMatch.cs:
  94. * MimeTextMatchCollection.cs:
  95. * MimeXmlBinding.cs:
  96. * Operation.cs:
  97. * OperationBinding.cs:
  98. * OperationBindingCollection.cs:
  99. * OperationCollection.cs:
  100. * OperationFault.cs:
  101. * OperationFaultCollection.cs:
  102. * OperationFlow.cs:
  103. * OperationInput.cs:
  104. * OperationMessage.cs:
  105. * OperationMessageCollection.cs:
  106. * OperationOutput.cs:
  107. * OutputBinding.cs:
  108. * Port.cs:
  109. * PortCollection.cs:
  110. * PortType.cs:
  111. * PortTypeCollection.cs:
  112. * ProtocolImporter.cs:
  113. * ProtocolReflector.cs:
  114. * Service.cs:
  115. * ServiceCollection.cs:
  116. * ServiceDescription.cs:
  117. * ServiceDescriptionBaseCollection.cs:
  118. * ServiceDescriptionCollection.cs:
  119. * ServiceDescriptionFormatExtension.cs:
  120. * ServiceDescriptionFormatExtensionCollection.cs:
  121. * ServiceDescriptionImportStyle.cs:
  122. * ServiceDescriptionImportWarnings.cs:
  123. * ServiceDescriptionImporter.cs:
  124. * ServiceDescriptionReflector.cs:
  125. * SoapAddressBinding.cs:
  126. * SoapBinding.cs:
  127. * SoapBindingStyle.cs:
  128. * SoapBindingUse.cs:
  129. * SoapBodyBinding.cs:
  130. * SoapExtensionImporter.cs:
  131. * SoapExtensionReflector.cs:
  132. * SoapFaultBinding.cs:
  133. * SoapHeaderBinding.cs:
  134. * SoapHeaderFaultBinding.cs:
  135. * SoapOperationBinding.cs:
  136. * SoapProtocolImporter.cs:
  137. * SoapTransportImporter.cs:
  138. * Types.cs:
  139. Initial implementation