共用方式為


SoapServerProtocol.RouteRequest(SoapServerMessage) 方法

定義

傳回 SoapServerMethod,應該將指定的 SoapServerMessage 傳送至這個方法。

protected:
 virtual System::Web::Services::Protocols::SoapServerMethod ^ RouteRequest(System::Web::Services::Protocols::SoapServerMessage ^ message);
protected virtual System.Web.Services.Protocols.SoapServerMethod RouteRequest (System.Web.Services.Protocols.SoapServerMessage message);
abstract member RouteRequest : System.Web.Services.Protocols.SoapServerMessage -> System.Web.Services.Protocols.SoapServerMethod
override this.RouteRequest : System.Web.Services.Protocols.SoapServerMessage -> System.Web.Services.Protocols.SoapServerMethod
Protected Overridable Function RouteRequest (message As SoapServerMessage) As SoapServerMethod

參數

message
SoapServerMessage

已傳送至 XML Web Service 的 SoapServerMessage

傳回

SoapServerMethod

SoapServerMethod,應該將由 message 指定的 SoapServerMessage 傳送至這個方法。

備註

您可以覆寫 RouteRequest 方法,以處理使用者未透過其 XML web 服務中以標記的方法明確宣告和處理的 Xml web service 要求 WebMethodAttribute

適用於