HttpSimpleClientProtocol 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.) |
![]() | BeginInvoke(String^, String^, array<Object^>^, AsyncCallback^, Object^) | Starts an asynchronous invocation of a method of an XML Web service. |
![]() | CancelAsync(Object^) | Cancels an asynchronous call to an XML Web service method, unless the call has already completed.(Inherited from HttpWebClientProtocol.) |
![]() | 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) | |
![]() | EndInvoke(IAsyncResult^) | Completes asynchronous invocation of an XML Web service method using HTTP. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | |
![]() | 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.(Inherited from HttpWebClientProtocol.) |
![]() | GetWebResponse(WebRequest^) | Returns a response from a synchronous request to an XML Web service method.(Inherited from HttpWebClientProtocol.) |
![]() | GetWebResponse(WebRequest^, IAsyncResult^) | Returns a response from an asynchronous request to an XML Web service method.(Inherited from HttpWebClientProtocol.) |
![]() | InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | Invoke(String^, String^, array<Object^>^) | Invokes an XML Web service method using HTTP. |
![]() | InvokeAsync(String^, String^, array<Object^>^, SendOrPostCallback^) | Invokes the specified method asynchronously. |
![]() | InvokeAsync(String^, String^, array<Object^>^, SendOrPostCallback^, Object^) | Invokes the specified method asynchronously while maintaining an associated state. |
![]() | MemberwiseClone() | |
![]() | MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object.(Inherited from MarshalByRefObject.) |
![]() | ToString() |

