HttpWebClientProtocol Methods
Assembly: System.Web.Services (in System.Web.Services.dll)
| Name | Description | |
|---|---|---|
![]() | Abort() | Cancels a request to an XML Web service method.(Inherited from WebClientProtocol.) |
![]() | CancelAsync(Object) | Cancels an asynchronous call to an XML Web service method, unless the call has already completed. |
![]() | CreateObjRef(Type) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.(Inherited from MarshalByRefObject.) |
![]() | Dispose() | |
![]() | Dispose(Boolean) | |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | |
![]() ![]() | GenerateXmlMappings(Type, ArrayList) | Gets the XmlMembersMapping for each XML Web service method exposed by the specified type, and stores the mappings in the specified ArrayList. |
![]() ![]() | GenerateXmlMappings(Type[], ArrayList) | Gets the 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. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLifetimeService() | Retrieves the current lifetime service object that controls the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | GetService(Type) | |
![]() | GetType() | |
![]() | GetWebRequest(Uri) | Creates a WebRequest for the specified URI.(Overrides WebClientProtocol.GetWebRequest(Uri).) |
![]() | GetWebResponse(WebRequest) | Returns a response from a synchronous request to an XML Web service method.(Overrides WebClientProtocol.GetWebResponse(WebRequest).) |
![]() | GetWebResponse(WebRequest, IAsyncResult) | Returns a response from an asynchronous request to an XML Web service method.(Overrides WebClientProtocol.GetWebResponse(WebRequest, IAsyncResult).) |
![]() | InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone() | |
![]() | MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object.(Inherited from MarshalByRefObject.) |
![]() | ToString() |


