SoapHttpRouter Members
Provides the routing handler for a message path intermediary.
The following tables list the members exposed by the SoapHttpRouter type.
Public Constructors
Name | Description | |
---|---|---|
SoapHttpRouter | Initializes a new instance of the SoapHttpRouter class. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Object ) | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
ReferenceEquals | (Inherited from Object ) | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
CreateForwardRequestPipeline | Creates the forward request pipeline. | |
CreateRequestPipeline | Creates the request pipeline. | |
Finalize | (Inherited from Object ) | |
GetForwardRequestPolicy | Gets the policy for the forward request. | |
GetRequestPolicy | Gets the policy associated with the SOAP request. | |
MemberwiseClone | (Inherited from Object ) | |
ProcessRequestMessage | Supplies the processing for the incoming request messages. | |
ProcessResponseMessage | Supplies the processing for the outgoing messages. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Web.IHttpAsyncHandler.BeginProcessRequest | Initiates an asynchronous call to the HTTP handler. | |
System.Web.IHttpAsyncHandler.EndProcessRequest | Provides an asynchronous process End method when the process ends. | |
System.Web.IHttpHandler.ProcessRequest | Enables processing of HTTP Web requests for the Web service intermediary. | |
System.Web.IHttpHandler.IsReusable |
Top
See Also
Reference
SoapHttpRouter Class
Microsoft.Web.Services3.Messaging Namespace