2003-10-26  Sebastien Pouliot  <spouliot@videotron.ca>

	* SoapWebResponse.cs: Fixed the wrong context (re-used request).
	* WebServicesClientProtocol.cs: Fixed null pipeline in requests.

2003-10-25  Sebastien Pouliot  <spouliot@videotron.ca>

	* SoapContext.cs: Now construct the SecurityCollection for 
	ExtendedSecurity when null.

2003-10-25  Todd Berman <tberman@gentoo.org>

	* AsyncResult.cs: csc fixes
	* SoapContext.cs: csc fixes

2003-10-22  Todd Berman <tberman@gentoo.org>

	* SoapContext.cs: Added Addressing objects, SetActor, SetTo, 
	Processed, SetIsInbound and SetProcessed.
	* SoapEnvelope.cs: Added Encoding, Processed and SetProcessed and 
	fixed up Save (string)
	* AsyncResult.cs: Basic Implementation for WSE2 (not for WSE1 yet).

2003-10-05  Sebastien Pouliot  <spouliot@videotron.ca>

	* SoapWebRequest.cs: Now returns a SoapWebResponse for GetResponse. Added 
	[MonoTODO] to the async methods.
	* SoapWebResponse.cs: Added Pipeline support for output.
	* WebServicesExtension.cs: Added [MonoTODO] to reflect reality

2003-10-04  Sebastien Pouliot  <spouliot@videotron.ca>

	* SoapContext.cs: Oops - nuked tberman changes :( reapplied

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 ?

2003-09-06  Sebastien Pouliot  <spouliot@videotron.ca>

	* Pipeline.cs: Uncommented Microsoft.Web.Services.Configuration;
