SoapSender Members

Provides the ability to transmit a SOAP message one way to a specified destination.

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

Public Constructors

  Name Description
SoapSender Overloaded. Initializes a new instance of the SoapSender class.

Top

Public Properties

  Name Description
public property Channel Gets the output channel for the sender.
public property Destination Specifies the SOAP message receiver endpoint.
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.
public property SessionState  

Top

Public Methods

(see also Protected Methods )

  Name Description
public method BeginSend Sends data asynchronously to a SOAP receiver.
public method EndSend Ends a pending asynchronous send operation.
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 Transmits a SoapEnvelope via the TCP or HTTP protocol.
public method SetPolicy Overloaded.  
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method FilterMessage Overridden. Processes the output message through the pipeline.
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

SoapSender Class
Microsoft.Web.Services3.Messaging Namespace