SoapServerType(Type, WebServiceProtocols) 构造函数

定义

初始化 SoapServerType 类的新实例。

public:
 SoapServerType(Type ^ type, System::Web::Services::Configuration::WebServiceProtocols protocolsSupported);
public SoapServerType(Type type, System.Web.Services.Configuration.WebServiceProtocols protocolsSupported);
new System.Web.Services.Protocols.SoapServerType : Type * System.Web.Services.Configuration.WebServiceProtocols -> System.Web.Services.Protocols.SoapServerType
Public Sub New (type As Type, protocolsSupported As WebServiceProtocols)

参数

type
Type

Type此 XML Web 服务所基于的。

protocolsSupported
WebServiceProtocols

一个 WebServiceProtocols 值,该值指定用于解密 XML Web 服务请求中发送的数据的传输协议。

适用于