Share via


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. Initializes a new instance of the SoapClient class.

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 RequireMtom  Gets or sets a value indicating whether SOAP messages must be MTOM encoded.(Inherited from SoapSender)
public property SessionState  (Inherited from SoapSender )
public property SoapVersion Gets or sets the version of the SOAP protocol.
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  (Inherited from SoapSender )
public method EndSend  (Inherited from SoapSender )
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method static ReferenceEquals  (Inherited from Object )
public method Send  (Inherited from SoapSender )
public method SetPolicy  Overloaded. (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  (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.Services3.Messaging Namespace