共用方式為


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 Service 所依據的 Type

protocolsSupported
WebServiceProtocols

WebServiceProtocols 值,指定用於解密在 XML Web Service 要求中傳送之資料的傳輸通訊協定。

適用於