SoapServerProtocolFactory.CreateIfRequestCompatible(HttpRequest) 方法

定义

返回一个可用于处理由 ServerProtocol. 指定的 XML Web 服务请求的一个 request

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

表示 Web 服务请求的项 HttpRequest

返回

可用于处理由 ServerProtocol. 指定的 XML Web 服务请求的 Arequest

适用于