ChangeLog 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. 2002-07-25 Tim Coleman <[email protected]>
  2. * SoapClientMethod.cs:
  3. * SoapServerProtocol.cs:
  4. Add new internal classes as discovered.
  5. * SoapClientMessage.cs:
  6. * SoapMessage.cs:
  7. * SoapServerMessage.cs:
  8. * WebClientAsyncResult.cs:
  9. Add internal constructor, as found on class
  10. status page; modify some properties.
  11. 2002-07-23 Tim Coleman <[email protected]>
  12. * SoapException.cs: modified constructors to
  13. call base class correctly.
  14. * WebClientAsyncResult: some implementation
  15. 2002-07-23 Tim Coleman <[email protected]>
  16. * HttpGetClientProtocol.cs:
  17. * HttpPostClientProtocol.cs
  18. Implemented the GetWebRequest method
  19. * HttpSimpleClientProtocol:
  20. Some implementation of the EndInvoke method
  21. * HttpWebClientProtocol.cs:
  22. Set the UserAgent string appropriately
  23. Implemented the GetWebRequest method
  24. Implemented the GetWebResponse methods
  25. * SoapHttpClientProtocol.cs:
  26. Removed unused fields
  27. Implemented the GetWebRequest method
  28. * SoapMessage.cs:
  29. Implemented the EnsureStage method
  30. * WebClientProtocol.cs:
  31. Added a static constructor to construct the cache
  32. Implemented the Abort method
  33. Implemented the AddToCache, GetFromCache methods
  34. Implemented the GetWebRequest method
  35. Implemented the GetWebResponse methods
  36. 2002-07-23 Tim Coleman <[email protected]>
  37. * LogicalMethodTypes.cs:
  38. * SoapHeaderDirection.cs:
  39. * SoapMessageStage.cs:
  40. * SoapParameterStyle.cs:
  41. * SoapServiceRoutingStyle.cs:
  42. Explicitly define values in enum to match
  43. .NET.
  44. * SoapMessage.cs:
  45. Removed constructor which should not be present.
  46. * SoapException.cs:
  47. Made protected fields private as they should
  48. be.
  49. * SoapHeaderException.cs:
  50. Modifications to constructors to propertly
  51. call base class constructor
  52. 2002-07-22 Tim Coleman <[email protected]>
  53. * SoapHeaderException.cs:
  54. Fixed name error in constructor
  55. * SoapUnknownHeader.cs:
  56. Added reference to System.Xml.Serialization
  57. 2002-07-22 Tim Coleman <[email protected]>
  58. * SoapHeaderException.cs:
  59. New file added
  60. 2002-07-22 Tim Coleman <[email protected]>
  61. * AnyReturnReader.cs:
  62. * HtmlFormParameterReader.cs :
  63. * HtmlFormParameterWriter.cs :
  64. * HttpGetClientProtocol.cs :
  65. * HttpMethodAttribute.cs :
  66. * HttpPostClientProtocol.cs :
  67. * HttpSimpleClientProtocol.cs :
  68. * HttpWebClientProtocol.cs :
  69. * LogicalMethodInfo.cs :
  70. * LogicalMethodTypes.cs :
  71. * MatchAttribute.cs :
  72. * MimeFormatter.cs :
  73. * MimeParameterReader.cs :
  74. * MimeParameterWriter.cs :
  75. * MimeReturnReader.cs :
  76. * NopReturnReader.cs :
  77. * PatternMatcher.cs :
  78. * SoapClientMessage.cs :
  79. * SoapDocumentMethodAttribute.cs :
  80. * SoapDocumentServiceAttribute.cs :
  81. * SoapException.cs :
  82. * SoapExtension.cs :
  83. * SoapExtensionAttribute.cs :
  84. * SoapHeader.cs :
  85. * SoapHeaderAttribute.cs :
  86. * SoapHeaderCollection.cs :
  87. * SoapHeaderDirection.cs :
  88. * SoapHttpClientProtocol.cs :
  89. * SoapMessage.cs :
  90. * SoapMessageStage.cs :
  91. * SoapParameterStyle.cs :
  92. * SoapRpcMethodAttribute.cs :
  93. * SoapRpcServiceAttribute.cs :
  94. * SoapServerMessage.cs :
  95. * SoapServiceRoutingStyle.cs :
  96. * SoapUnknownHeader.cs :
  97. * TextReturnReader.cs :
  98. * UrlEncodedParameterWriter.cs :
  99. * UrlParameterReader.cs :
  100. * UrlParameterWriter.cs :
  101. * ValueCollectionParameterReader.cs :
  102. * WebClientAsyncResult.cs :
  103. * WebClientProtocol.cs :
  104. * WebServiceHandlerFactory.cs :
  105. * XmlReturnReader.cs :
  106. Add missing methods and attributes to make as few missing
  107. things as possible in this namespace. This is from the
  108. project status page.
  109. 2002-07-20 Tim Coleman <[email protected]>
  110. * AnyReturnReader.cs:
  111. * HtmlFormParameterReader.cs:
  112. * HtmlFormParameterWriter.cs:
  113. * HttpGetClientProtocol.cs:
  114. * HttpMethodAttribute.cs:
  115. * HttpPostClientProtocol.cs:
  116. * HttpSimpleClientProtocol.cs:
  117. * HttpWebClientProtocol.cs:
  118. * MatchAttribute.cs:
  119. * MimeFormatter.cs:
  120. * MimeParameterReader.cs:
  121. * MimeParameterWriter.cs:
  122. * MimeReturnReader.cs:
  123. * NopReturnReader.cs:
  124. * PatternMatcher.cs:
  125. * SoapClientMessage.cs:
  126. * SoapDocumentMethodAttribute.cs:
  127. * SoapDocumentServiceAttribute.cs:
  128. * SoapException.cs:
  129. * SoapExtensionAttribute.cs:
  130. * SoapExtension.cs:
  131. * SoapHeaderAttribute.cs:
  132. * SoapHeaderCollection.cs:
  133. * SoapHeader.cs:
  134. * SoapHeaderDirection.cs:
  135. * SoapHttpClientProtocol.cs:
  136. * SoapMessage.cs:
  137. * SoapMessageStage.cs:
  138. * SoapParameterStyle.cs:
  139. * SoapRpcMethodAttribute.cs:
  140. * SoapRpcServiceAttribute.cs:
  141. * SoapServerMessage.cs:
  142. * SoapServiceRoutingStyle.cs:
  143. * SoapUnknownHeader.cs:
  144. * TextReturnReader.cs:
  145. * UrlEncodedParameterWriter.cs:
  146. * UrlParameterReader.cs:
  147. * UrlParameterWriter.cs:
  148. * ValueCollectionParameterReader.cs:
  149. * WebClientAsyncResult.cs:
  150. * WebClientProtocol.cs:
  151. * WebServiceHandlerFactory.cs:
  152. * XmlReturnReader.cs:
  153. Added new stubbs and some implementation
  154. * LogicalMethodTypes.cs:
  155. Added [Serializable] attribute which was missing.
  156. 2002-07-19 Tim Coleman <[email protected]>
  157. * ChangeLog:
  158. * LogicalMethodInfo.cs:
  159. * LogicalMethodTypes.cs:
  160. Add required classes to maek System.Web.Services.Description
  161. buildable.