The members of System.Web.Services.Protocols.SoapHttpClientProtocol are listed below.
See Also: Inherited members from System.Web.Services.Protocols.HttpWebClientProtocol
Public Constructors
Public Properties
Public Methods
Protected Methods
| BeginInvoke(string, object[], AsyncCallback, object) : IAsyncResult
Starts an asynchronous invocation of an XML Web service method using SOAP.
|
| EndInvoke(IAsyncResult) : object[]
Ends an asynchronous invocation of an XML Web service method using SOAP.
|
| GetReaderForMessage(SoapClientMessage, int) : System.Xml.XmlReader
Returns an System.Xml.XmlReader initialized with the SoapMessage.Stream property of the System.Web.Services.Protocols.SoapClientMessage parameter.
|
override | GetWebRequest(Uri) : System.Net.WebRequest
Creates a System.Net.WebRequest for the specified uri.
|
| GetWriterForMessage(SoapClientMessage, int) : System.Xml.XmlWriter
Returns a System.Xml.XmlWriter initialized with the SoapMessage.Stream property of the System.Web.Services.Protocols.SoapClientMessage parameter.
|
| Invoke(string, object[]) : object[]
Invokes an XML Web service method synchronously using SOAP.
|
| InvokeAsync(string, object[], System.Threading.SendOrPostCallback)
Invokes the specified method asynchronously.
|
| InvokeAsync(string, object[], System.Threading.SendOrPostCallback, object)
Invokes the specified method asynchronously.
|