Share via


WebServiceReceiver Members

This class enables WSE to host ASP.NET Web services.

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

Public Constructors

  Name Description
WebServiceReceiver Overloaded. Initializes a new instance of the WebServiceReceiver 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. (Inherited from SoapReceiver)

Top

Public 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

Public Methods

(see also Protected Methods )

  Name Description
public method DispatchMessage  (Inherited from SoapReceiver )
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method ProcessMessage  (Inherited from SoapReceiver )
public method ProcessRequest  (Inherited from SoapReceiver )
public method static ReferenceEquals  (Inherited from Object )
public method SetPolicy  Overloaded. (Inherited from SoapReceiver )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method FilterMessage  (Inherited from SoapReceiver )
protected method Finalize  (Inherited from Object )
protected method GetDescription Overridden. Returns a service description for the Web service.
protected method GetRequestElement Returns the first child element of the SOAP body.
protected method GetServerInstance Returns an instance of the target service class.
protected method GetTargetType Overridden. Returns the type of the underlying Web service.
protected method MemberwiseClone  (Inherited from Object )
protected method PreProcessAspNetMessage  (Inherited from SoapReceiver )
protected method ProcessAspNetNonSoapRequest  (Inherited from SoapReceiver )
protected method ProcessAspNetSoapRequest  (Inherited from SoapReceiver )
protected method ProcessMessageHeaders Overridden. Processes message headers that are included in the message.
protected method Receive  Overloaded. (Inherited from SoapReceiver )
protected method RequestDescription Handles requests with a SOAP action of https://schemas.microsoft.com/wse/2003/06/RequestDescription.
protected method RouteRequest Overridden. Determines the method to be invoked for a particular message.
protected method RouteSoap11Request Determines the method to be invoked for a specified SOAP 1.1 message.
protected method RouteSoap12Request Determines the method to be invoked for a specified SOAP 1.2 message.
protected method SetActor  (Inherited from SoapReceiver )

Top

See Also

Reference

WebServiceReceiver Class
Microsoft.Web.Services3.Messaging Namespace