| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169 |
- 2002-07-25 Tim Coleman <[email protected]>
- * SoapClientMethod.cs:
- * SoapServerProtocol.cs:
- Add new internal classes as discovered.
- * SoapClientMessage.cs:
- * SoapMessage.cs:
- * SoapServerMessage.cs:
- * WebClientAsyncResult.cs:
- Add internal constructor, as found on class
- status page; modify some properties.
- 2002-07-23 Tim Coleman <[email protected]>
- * SoapException.cs: modified constructors to
- call base class correctly.
- * WebClientAsyncResult: some implementation
- 2002-07-23 Tim Coleman <[email protected]>
- * HttpGetClientProtocol.cs:
- * HttpPostClientProtocol.cs
- Implemented the GetWebRequest method
- * HttpSimpleClientProtocol:
- Some implementation of the EndInvoke method
- * HttpWebClientProtocol.cs:
- Set the UserAgent string appropriately
- Implemented the GetWebRequest method
- Implemented the GetWebResponse methods
- * SoapHttpClientProtocol.cs:
- Removed unused fields
- Implemented the GetWebRequest method
- * SoapMessage.cs:
- Implemented the EnsureStage method
- * WebClientProtocol.cs:
- Added a static constructor to construct the cache
- Implemented the Abort method
- Implemented the AddToCache, GetFromCache methods
- Implemented the GetWebRequest method
- Implemented the GetWebResponse methods
- 2002-07-23 Tim Coleman <[email protected]>
- * LogicalMethodTypes.cs:
- * SoapHeaderDirection.cs:
- * SoapMessageStage.cs:
- * SoapParameterStyle.cs:
- * SoapServiceRoutingStyle.cs:
- Explicitly define values in enum to match
- .NET.
- * SoapMessage.cs:
- Removed constructor which should not be present.
- * SoapException.cs:
- Made protected fields private as they should
- be.
- * SoapHeaderException.cs:
- Modifications to constructors to propertly
- call base class constructor
- 2002-07-22 Tim Coleman <[email protected]>
- * SoapHeaderException.cs:
- Fixed name error in constructor
- * SoapUnknownHeader.cs:
- Added reference to System.Xml.Serialization
- 2002-07-22 Tim Coleman <[email protected]>
- * SoapHeaderException.cs:
- New file added
- 2002-07-22 Tim Coleman <[email protected]>
- * AnyReturnReader.cs:
- * HtmlFormParameterReader.cs :
- * HtmlFormParameterWriter.cs :
- * HttpGetClientProtocol.cs :
- * HttpMethodAttribute.cs :
- * HttpPostClientProtocol.cs :
- * HttpSimpleClientProtocol.cs :
- * HttpWebClientProtocol.cs :
- * LogicalMethodInfo.cs :
- * LogicalMethodTypes.cs :
- * MatchAttribute.cs :
- * MimeFormatter.cs :
- * MimeParameterReader.cs :
- * MimeParameterWriter.cs :
- * MimeReturnReader.cs :
- * NopReturnReader.cs :
- * PatternMatcher.cs :
- * SoapClientMessage.cs :
- * SoapDocumentMethodAttribute.cs :
- * SoapDocumentServiceAttribute.cs :
- * SoapException.cs :
- * SoapExtension.cs :
- * SoapExtensionAttribute.cs :
- * SoapHeader.cs :
- * SoapHeaderAttribute.cs :
- * SoapHeaderCollection.cs :
- * SoapHeaderDirection.cs :
- * SoapHttpClientProtocol.cs :
- * SoapMessage.cs :
- * SoapMessageStage.cs :
- * SoapParameterStyle.cs :
- * SoapRpcMethodAttribute.cs :
- * SoapRpcServiceAttribute.cs :
- * SoapServerMessage.cs :
- * SoapServiceRoutingStyle.cs :
- * SoapUnknownHeader.cs :
- * TextReturnReader.cs :
- * UrlEncodedParameterWriter.cs :
- * UrlParameterReader.cs :
- * UrlParameterWriter.cs :
- * ValueCollectionParameterReader.cs :
- * WebClientAsyncResult.cs :
- * WebClientProtocol.cs :
- * WebServiceHandlerFactory.cs :
- * XmlReturnReader.cs :
- Add missing methods and attributes to make as few missing
- things as possible in this namespace. This is from the
- project status page.
- 2002-07-20 Tim Coleman <[email protected]>
- * AnyReturnReader.cs:
- * HtmlFormParameterReader.cs:
- * HtmlFormParameterWriter.cs:
- * HttpGetClientProtocol.cs:
- * HttpMethodAttribute.cs:
- * HttpPostClientProtocol.cs:
- * HttpSimpleClientProtocol.cs:
- * HttpWebClientProtocol.cs:
- * MatchAttribute.cs:
- * MimeFormatter.cs:
- * MimeParameterReader.cs:
- * MimeParameterWriter.cs:
- * MimeReturnReader.cs:
- * NopReturnReader.cs:
- * PatternMatcher.cs:
- * SoapClientMessage.cs:
- * SoapDocumentMethodAttribute.cs:
- * SoapDocumentServiceAttribute.cs:
- * SoapException.cs:
- * SoapExtensionAttribute.cs:
- * SoapExtension.cs:
- * SoapHeaderAttribute.cs:
- * SoapHeaderCollection.cs:
- * SoapHeader.cs:
- * SoapHeaderDirection.cs:
- * SoapHttpClientProtocol.cs:
- * SoapMessage.cs:
- * SoapMessageStage.cs:
- * SoapParameterStyle.cs:
- * SoapRpcMethodAttribute.cs:
- * SoapRpcServiceAttribute.cs:
- * SoapServerMessage.cs:
- * SoapServiceRoutingStyle.cs:
- * SoapUnknownHeader.cs:
- * TextReturnReader.cs:
- * UrlEncodedParameterWriter.cs:
- * UrlParameterReader.cs:
- * UrlParameterWriter.cs:
- * ValueCollectionParameterReader.cs:
- * WebClientAsyncResult.cs:
- * WebClientProtocol.cs:
- * WebServiceHandlerFactory.cs:
- * XmlReturnReader.cs:
- Added new stubbs and some implementation
- * LogicalMethodTypes.cs:
- Added [Serializable] attribute which was missing.
- 2002-07-19 Tim Coleman <[email protected]>
- * ChangeLog:
- * LogicalMethodInfo.cs:
- * LogicalMethodTypes.cs:
- Add required classes to maek System.Web.Services.Description
- buildable.
|