2003-10-04 Sebastien Pouliot <spouliot@videotron.ca>
authorSebastien Pouliot <sebastien@ximian.com>
Sat, 4 Oct 2003 23:31:06 +0000 (23:31 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Sat, 4 Oct 2003 23:31:06 +0000 (23:31 -0000)
commit0baf54ff57e10a3b63e02caa5efd215beec5e9e9
treeebde284990dc3ec2e76103002fc58426cb888a46
parent08c37f9c2a6112867257cd9075bbecff2bf906ce
2003-10-04  Sebastien Pouliot  <spouliot@videotron.ca>

* ChainStream.cs: New. Allows to chain the WebRequest.GetRequestStream
so we can modify its content before sending it.
* Pipeline.cs: Fixed stupid error in ProcessOutputMessage (x++ -> x--)
* SoapContext.cs: Implemented CopyTo(SoapContext)
* SoapEnvelope.cs: New internal constructor for SoapContext
* SoapInputFilterCollection.cs: Fixed Clone() and added an internal
constructor.
* SoapOutputFilterCollection.cs: Fixed Clone() and added an internal
constructor.
* SoapWebRequest.cs: Completed TODO.
* WebServicesClientProtocol.cs: Fixed InvalidCast in GetWebResponse. But
how do we set the ResponseSoapContext ?

svn path=/trunk/mcs/; revision=18609
mcs/class/Microsoft.Web.Services/Microsoft.Web.Services/ChainStream.cs [new file with mode: 0755]
mcs/class/Microsoft.Web.Services/Microsoft.Web.Services/ChangeLog
mcs/class/Microsoft.Web.Services/Microsoft.Web.Services/Pipeline.cs
mcs/class/Microsoft.Web.Services/Microsoft.Web.Services/SoapContext.cs
mcs/class/Microsoft.Web.Services/Microsoft.Web.Services/SoapEnvelope.cs
mcs/class/Microsoft.Web.Services/Microsoft.Web.Services/SoapInputFilterCollection.cs
mcs/class/Microsoft.Web.Services/Microsoft.Web.Services/SoapOutputFilterCollection.cs
mcs/class/Microsoft.Web.Services/Microsoft.Web.Services/SoapWebRequest.cs
mcs/class/Microsoft.Web.Services/Microsoft.Web.Services/WebServicesClientProtocol.cs