2003-04-29 Miguel de Icaza <miguel@ximian.com>
authorMiguel de Icaza <miguel@gnome.org>
Wed, 30 Apr 2003 01:09:58 +0000 (01:09 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Wed, 30 Apr 2003 01:09:58 +0000 (01:09 -0000)
commit058ec5ae7314b8dd507c7f03b181f5aaf8cf991b
tree834be9fbc1b3eb5ed64928b3796a919de44e645f
parent7ab0c9dff73eb5ed88b09ab8ad467349ff93f1c7
2003-04-29  Miguel de Icaza  <miguel@ximian.com>

* LogicalMethodInfo.cs: Most of this is implemented.  Its only
missing a few bits in the Create() method.

* SoapHttpClientProtocol.cs: Begin implementation of Invoke, which
lead to other dependencies to be implemented.

* LogicalMethodInfo.cs: Mostly complete.  It is only missing the
async features (BeginInvoke/EndInvoke) on a LogicalMethodInfo.

* WebClientProtocol.cs (GetWebRequest): Track the web request, so
we can abort it later.
(Abort): Call abort on the underlying transport.

svn path=/trunk/mcs/; revision=14129
mcs/class/System.Web.Services/System.Web.Services.Protocols/ChangeLog
mcs/class/System.Web.Services/System.Web.Services.Protocols/LogicalMethodInfo.cs
mcs/class/System.Web.Services/System.Web.Services.Protocols/SoapHttpClientProtocol.cs
mcs/class/System.Web.Services/System.Web.Services.Protocols/SoapMessage.cs
mcs/class/System.Web.Services/System.Web.Services.Protocols/WebClientProtocol.cs