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
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method CreateForwardRequestPipeline Creates the forward request pipeline.
protected method CreateRequestPipeline Creates the request pipeline.
protected method Finalize  (Inherited from Object )
protected method GetForwardRequestPolicy Gets the policy for the forward request.
protected method GetRequestPolicy Gets the policy associated with the SOAP request.
protected method MemberwiseClone  (Inherited from Object )
protected method ProcessRequestMessage Supplies the processing for the incoming request messages.
protected method 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