SoapClient.BeginSendOneWay Method
Sends a message asynchronously without expecting a response.
Overload List
Name | Description |
---|---|
SoapClient.BeginSendOneWay (String, Object, AsyncCallback, Object) | Sends a message asynchronously without expecting a response, using the specified SOAP method, message body, callback method, and state. |
SoapClient.BeginSendOneWay (String, SoapEnvelope, AsyncCallback, Object) | Sends a message asynchronously without expecting a response, using the specified SOAP method, SOAP envelope, callback method, and state. |
See Also
Reference
SoapClient Class
Microsoft.Web.Services2.Messaging Namespace