SoapReceiver Members
Provides a base class for receiving SOAP messages using the SOAP Messaging feature set.
The following tables list the members exposed by the SoapReceiver type.
Protected Constructors
Name | Description | |
---|---|---|
SoapReceiver | Overloaded. |
Top
Public Fields
Name | Description | |
---|---|---|
RequestDescriptionAction | Specifies a Uniform Resource Identifier (URI) that represents the action used for requests for the service description. This field is constant. |
Top
Public Properties
Name | Description | |
---|---|---|
Actor | Gets the actor name for this receiver. | |
DispatchModel | Gets the SoapReceiver.MessageDispatch model for this SoapReceiver. | |
IsReusable | This method supports the Web Services Enhancements for Microsoft .NET (WSE) infrastructure and is not intended to be used directly from your code. | |
Pipeline | Gets or sets an object that allows custom filtering of messages. (Inherited from SoapPort) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
DispatchMessage | ||
Equals | Overloaded. (Inherited from Object ) | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
ProcessMessage | Processes a SoapEnvelope by filtering it through the pipeline and then calling the appropriate Receive method. | |
ProcessRequest | Processes the request based on the HTTP Method and SOAP Action. | |
ReferenceEquals | (Inherited from Object ) | |
SetPolicy | Overloaded. | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
FilterMessage | Overridden. Processes the input message through the pipeline. | |
Finalize | (Inherited from Object ) | |
GetDescription | Gets the service description for the SoapReceiver. | |
GetTargetType | [To be supplied.] | |
MemberwiseClone | (Inherited from Object ) | |
PreProcessAspNetMessage | This method supports the Web Services Enhancements for Microsoft .NET (WSE) infrastructure and is not intended to be used directly from your code. | |
ProcessAspNetNonSoapRequest | This method supports the Web Services Enhancements for Microsoft .NET (WSE) infrastructure and is not intended to be used directly from your code. | |
ProcessAspNetSoapRequest | This method supports the Web Services Enhancements for Microsoft .NET (WSE) infrastructure and is not intended to be used directly from your code. | |
ProcessMessageHeaders | Processes the header section of the SoapEnvelope. | |
Receive | Overloaded. Provides notification when a SOAP message is received. | |
RouteRequest | [To be supplied.] | |
SetActor | Sets the actor name for this receiver. |
Top
See Also
Reference
SoapReceiver Class
Microsoft.Web.Services3.Messaging Namespace