System.Web.Services.Protocols.HttpSimpleClientProtocol Members

The members of System.Web.Services.Protocols.HttpSimpleClientProtocol are listed below.

See Also: Inherited members from System.Web.Services.Protocols.HttpWebClientProtocol

Protected Constructors

Protected Methods

BeginInvoke(string, string, object[], AsyncCallback, object) : IAsyncResult

Starts an asynchronous invocation of a method of an XML Web service.

EndInvoke(IAsyncResult) : object

Completes asynchronous invocation of an XML Web service method using HTTP.

Invoke(string, string, object[]) : object

Invokes an XML Web service method using HTTP.

InvokeAsync(string, string, object[], System.Threading.SendOrPostCallback)

Invokes the specified method asynchronously.

InvokeAsync(string, string, object[], System.Threading.SendOrPostCallback, object)

Invokes the specified method asynchronously while maintaining an associated state.