Share via


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

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 Equals  (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 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 MemberwiseClone  (inherited from Object )
protected method PreProcessHttpChannel 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 PreProcessHttpMessage 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 ProcessNonSoapRequest 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 ProcessSoapRequest 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 Receive Overloaded.  
protected method SetActor Sets the actor name for this receiver.

Top

See Also

Reference

SoapReceiver Class
Microsoft.Web.Services2.Messaging Namespace

Other Resources