System.Web.Services.Protocols.HttpWebClientProtocol: Method Members

The methods of System.Web.Services.Protocols.HttpWebClientProtocol are listed below. For a list of all members, see the HttpWebClientProtocol Members list.

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

Public Methods

static
GenerateXmlMappings(Type, ArrayList) : bool

Gets the System.Xml.Serialization.XmlMembersMapping for each XML Web service method exposed by the specified type, and stores the mappings in the specified ArrayList.

static
GenerateXmlMappings(Type[], ArrayList) : Hashtable

Gets the System.Xml.Serialization.XmlMembersMapping for each XML Web service method exposed by the specified types, and stores the mappings in the specified ArrayList, as well as in a Hashtable that this method returns.

Protected Methods

CancelAsync(object)

Cancels an asynchronous call to an XML Web service method, unless the call has already completed.

override
GetWebRequest(Uri) : System.Net.WebRequest

Creates a System.Net.WebRequest for the specified URI.

override
GetWebResponse(System.Net.WebRequest) : System.Net.WebResponse

Returns a response from a synchronous request to an XML Web service method.

override
GetWebResponse(System.Net.WebRequest, IAsyncResult) : System.Net.WebResponse

Returns a response from an asynchronous request to an XML Web service method.