SoapService Members

Defines a Web service that is used to receive SOAP request messages and send SOAP response messages that are transport independent.

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

Public Constructors

  Name Description
SoapService Initializes a new instance of the SoapService class.

Top

Public Properties

(see also Protected Properties )

  Name Description
public property Actor  Gets the actor name for this receiver.(inherited from SoapReceiver)
public property DispatchModel  Gets the SoapReceiver.MessageDispatch model for this SoapReceiver.(inherited from 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.(inherited from SoapReceiver)
public property Pipeline  Gets or sets an object that allows custom filtering of messages.(inherited from SoapPort)

Top

Protected Properties

  Name Description
protected property AutoIssueSCTService Gets the security token service that automatically issues SecurityContextToken security tokens for the current application domain.

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. (inherited from SoapReceiver)
public method ProcessRequest  Processes the request based on the HTTP Method and SOAP Action. (inherited from SoapReceiver)
public method RequestDescription Provides a SOAP method for retrieving the description.
public method ToString  (inherited from Object )

Top

Protected Methods

  Name Description
protected method FilterMessage  Processes the input message through the pipeline. (inherited from SoapReceiver)
protected method Finalize  (inherited from Object )
protected method GetDescription Overridden. Returns an XML document containing the description of the SOAP service.
protected method MemberwiseClone  (inherited from Object )
protected method PreProcessHttpChannel Overridden. Saves the specified channel to the Context of the specified message.
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. (inherited from SoapReceiver)
protected method ProcessMessageHeaders  Processes the header section of the SoapEnvelope. (inherited from SoapReceiver)
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. (inherited from SoapReceiver)
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. (inherited from SoapReceiver)
protected method Receive Overloaded. Overridden.  
protected method SetActor  Sets the actor name for this receiver. (inherited from SoapReceiver)

Top

See Also

Reference

SoapService Class
Microsoft.Web.Services2.Messaging Namespace