共用方式為


SoapServerProtocolFactory.CreateIfRequestCompatible(HttpRequest) 方法

定義

傳回 ServerProtocol,其可用於處理 request 指定的 XML Web Service 要求。

protected:
 override System::Web::Services::Protocols::ServerProtocol ^ CreateIfRequestCompatible(System::Web::HttpRequest ^ request);
protected override System.Web.Services.Protocols.ServerProtocol CreateIfRequestCompatible (System.Web.HttpRequest request);
override this.CreateIfRequestCompatible : System.Web.HttpRequest -> System.Web.Services.Protocols.ServerProtocol
Protected Overrides Function CreateIfRequestCompatible (request As HttpRequest) As ServerProtocol

參數

request
HttpRequest

HttpRequest,表示 Web 服務要求。

傳回

ServerProtocol,可用於處理 request 指定的 XML Web Service 要求。

適用於