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

作为此 XML Web services 的基础的 Type

protocolsSupported
WebServiceProtocols

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

适用于