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
public field static 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
public property Actor Gets the actor name for this receiver.
public property DispatchModel Gets the SoapReceiver.MessageDispatch model for this SoapReceiver.
public property IsReusable This method supports the Web Services Enhancements for Microsoft .NET (WSE) infrastructure and is not intended to be used directly from your code.
public property Pipeline  Gets or sets an object that allows custom filtering of messages. (Inherited from SoapPort)

Top

Public Methods

(see also Protected Methods )

  Name Description
public method DispatchMessage  
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method ProcessMessage Processes a SoapEnvelope by filtering it through the pipeline and then calling the appropriate Receive method.
public method ProcessRequest Processes the request based on the HTTP Method and SOAP Action.
public method static ReferenceEquals  (Inherited from Object )
public method SetPolicy Overloaded.  
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method FilterMessage Overridden. Processes the input message through the pipeline.
protected method Finalize  (Inherited from Object )
protected method GetDescription Gets the service description for the SoapReceiver.
protected method GetTargetType [To be supplied.]
protected method MemberwiseClone  (Inherited from Object )
protected method PreProcessAspNetMessage This method supports the Web Services Enhancements for Microsoft .NET (WSE) infrastructure and is not intended to be used directly from your code.
protected method ProcessAspNetNonSoapRequest This method supports the Web Services Enhancements for Microsoft .NET (WSE) infrastructure and is not intended to be used directly from your code.
protected method ProcessAspNetSoapRequest This method supports the Web Services Enhancements for Microsoft .NET (WSE) infrastructure and is not intended to be used directly from your code.
protected method ProcessMessageHeaders Processes the header section of the SoapEnvelope.
protected method Receive Overloaded. Provides notification when a SOAP message is received.
protected method RouteRequest [To be supplied.]
protected method SetActor Sets the actor name for this receiver.

Top

See Also

Reference

SoapReceiver Class
Microsoft.Web.Services3.Messaging Namespace

Other Resources

<transports> Element