SoapClient Members

Represents a client for sending SOAP messages using transport-independent protocols.

The following tables list the members exposed by the SoapClient type.

Protected Constructors

  Name Description
SoapClient Overloaded.  

Top

Public Properties

(see also Protected Properties )

  Name Description
public property Channel  Gets the output channel for the sender.(inherited from SoapSender)
public property static DefaultTimeout The time to wait for a response from a SendRequestResponse operation for all soap clients.
public property Destination  Specifies the SOAP message receiver endpoint.(inherited from SoapSender)
public property Pipeline  Gets or sets an object that allows custom filtering of messages.(inherited from SoapPort)
public property Timeout The time to wait for a response from a SendRequestResponse operation.

Top

Protected Properties

  Name Description
protected property SoapServiceAttribute Gets the SoapServiceAttribute for the SoapClient .

Top

Public Methods

(see also Protected Methods )

  Name Description
public method BeginSend  Sends data asynchronously to a SOAP receiver. (inherited from SoapSender)
public method EndSend  Ends a pending asynchronous send operation. (inherited from SoapSender)
public method Equals  (inherited from Object )
public method GetHashCode  (inherited from Object )
public method GetType  (inherited from Object )
public method Send  Transmits a SoapEnvelope via the TCP or HTTP protocol. (inherited from SoapSender)
public method ToString  (inherited from Object )

Top

Protected Methods

  Name Description
protected method BeginSendOneWay Overloaded.  
protected method BeginSendRequestResponse Overloaded.  
protected method EndSendOneWay Ends a pending asynchronous send operation.
protected method EndSendRequestResponse Ends a pending asynchronous request.
protected method FilterMessage  Processes the output message through the pipeline. (inherited from SoapSender)
protected method Finalize  (inherited from Object )
protected method MemberwiseClone  (inherited from Object )
protected method SendOneWay Overloaded.  
protected method SendRequestResponse Overloaded.  

Top

See Also

Reference

SoapClient Class
Microsoft.Web.Services2.Messaging Namespace