次の方法で共有


ProtocolElement コンストラクター

定義

このクラスのインスタンスを作成します。

オーバーロード

ProtocolElement()

このクラスのインスタンスを作成します。

ProtocolElement(WebServiceProtocols)

このクラスのインスタンスを作成し、Name プロパティを初期化します。

ProtocolElement()

このクラスのインスタンスを作成します。

public:
 ProtocolElement();
public ProtocolElement ();
Public Sub New ()

適用対象

ProtocolElement(WebServiceProtocols)

このクラスのインスタンスを作成し、Name プロパティを初期化します。

public:
 ProtocolElement(System::Web::Services::Configuration::WebServiceProtocols protocol);
public ProtocolElement (System.Web.Services.Configuration.WebServiceProtocols protocol);
new System.Web.Services.Configuration.ProtocolElement : System.Web.Services.Configuration.WebServiceProtocols -> System.Web.Services.Configuration.ProtocolElement
Public Sub New (protocol As WebServiceProtocols)

パラメーター

protocol
WebServiceProtocols

Name を初期化するための値。

適用対象