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 | |
---|---|---|
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 | |
---|---|---|
Actor | Gets the actor name for this receiver. (Inherited from SoapReceiver) | |
DispatchModel | Gets the SoapReceiver.MessageDispatch model for this SoapReceiver. (Inherited from 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. (Inherited from SoapReceiver) | |
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 | (Inherited from SoapReceiver ) | |
Equals | Overloaded. (Inherited from Object ) | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
ProcessMessage | (Inherited from SoapReceiver ) | |
ProcessRequest | (Inherited from SoapReceiver ) | |
ReferenceEquals | (Inherited from Object ) | |
SetPolicy | Overloaded. (Inherited from SoapReceiver ) | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
FilterMessage | (Inherited from SoapReceiver ) | |
Finalize | (Inherited from Object ) | |
GetDescription | Overridden. Returns a service description for the Web service. | |
GetRequestElement | Returns the first child element of the SOAP body. | |
GetServerInstance | Returns an instance of the target service class. | |
GetTargetType | Overridden. Returns the type of the underlying Web service. | |
MemberwiseClone | (Inherited from Object ) | |
PreProcessAspNetMessage | (Inherited from SoapReceiver ) | |
ProcessAspNetNonSoapRequest | (Inherited from SoapReceiver ) | |
ProcessAspNetSoapRequest | (Inherited from SoapReceiver ) | |
ProcessMessageHeaders | Overridden. Processes message headers that are included in the message. | |
Receive | Overloaded. (Inherited from SoapReceiver ) | |
RequestDescription | Handles requests with a SOAP action of https://schemas.microsoft.com/wse/2003/06/RequestDescription. | |
RouteRequest | Overridden. Determines the method to be invoked for a particular message. | |
RouteSoap11Request | Determines the method to be invoked for a specified SOAP 1.1 message. | |
RouteSoap12Request | Determines the method to be invoked for a specified SOAP 1.2 message. | |
SetActor | (Inherited from SoapReceiver ) |
Top
See Also
Reference
WebServiceReceiver Class
Microsoft.Web.Services3.Messaging Namespace