次の方法で共有


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 サービスが基づいている Type

protocolsSupported
WebServiceProtocols

XML Web サービス要求で送信されたデータの復号化で使用する伝送プロトコルを指定する WebServiceProtocols 値。

適用対象