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 服務就是基於這個 XML 服務的基礎。

protocolsSupported
WebServiceProtocols

一個 WebServiceProtocols 指定用於解密 XML Web 服務請求中資料的傳輸協定的值。

適用於