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

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

See Also: Inherited members from System.ComponentModel.Component

Public Methods

Abort()

Cancels a request to an XML Web service method.

Protected Methods

static
AddToCache(Type, object)

Add an instance of the client protocol handler to the cache.

static
GetFromCache(Type) : object

Gets an instance of a client protocol handler from the cache.

GetWebRequest(Uri) : System.Net.WebRequest

Creates a System.Net.WebRequest instance for the specified uri. This protected method is called by the XML Web service client infrastructure to get a new System.Net.WebRequest transport object to transmit the XML Web service request.

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

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

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

Returns a response from an asynchronous request to an XML Web service method. This protected method is called by the XML Web service client infrastructure to get the response from an asynchronous XML Web service request.