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 | |
---|---|---|
Channel | Gets the output channel for the sender. | |
Destination | Specifies the SOAP message receiver endpoint. | |
Pipeline | Gets or sets an object that allows custom filtering of messages. (Inherited from SoapPort) | |
RequireMtom | Gets or sets a value indicating whether SOAP messages must be MTOM encoded. | |
SessionState |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
BeginSend | Sends data asynchronously to a SOAP receiver. | |
EndSend | Ends a pending asynchronous send operation. | |
Equals | Overloaded. (Inherited from Object ) | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
ReferenceEquals | (Inherited from Object ) | |
Send | Transmits a SoapEnvelope via the TCP or HTTP protocol. | |
SetPolicy | Overloaded. | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
FilterMessage | Overridden. Processes the output message through the pipeline. | |
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
Reference
SoapSender Class
Microsoft.Web.Services3.Messaging Namespace