共用方式為


ServerProtocolFactory.CreateIfRequestCompatible(HttpRequest) 方法

定義

傳回可用於處理 request 參數所指定之 XML Web Service 要求的 ServerProtocol

protected:
 abstract System::Web::Services::Protocols::ServerProtocol ^ CreateIfRequestCompatible(System::Web::HttpRequest ^ request);
protected abstract System.Web.Services.Protocols.ServerProtocol CreateIfRequestCompatible (System.Web.HttpRequest request);
abstract member CreateIfRequestCompatible : System.Web.HttpRequest -> System.Web.Services.Protocols.ServerProtocol
Protected MustOverride Function CreateIfRequestCompatible (request As HttpRequest) As ServerProtocol

參數

request
HttpRequest

HttpRequest,表示 Web 服務要求。

傳回

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

適用於