次の方法で共有


IndexedProtocolEndpoint コンストラクター

定義

IndexedProtocolEndpoint クラスの新しいインスタンスを初期化します。

オーバーロード

IndexedProtocolEndpoint()

IndexedProtocolEndpoint クラスの新しいインスタンスを初期化します。

IndexedProtocolEndpoint(Int32, Uri, Uri)

指定したインデックス、バインディング、および場所を持つ IndexedProtocolEndpoint クラスの新しいインスタンスを初期化します。

IndexedProtocolEndpoint()

IndexedProtocolEndpoint クラスの新しいインスタンスを初期化します。

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

適用対象

IndexedProtocolEndpoint(Int32, Uri, Uri)

指定したインデックス、バインディング、および場所を持つ IndexedProtocolEndpoint クラスの新しいインスタンスを初期化します。

public:
 IndexedProtocolEndpoint(int index, Uri ^ binding, Uri ^ ___location);
public IndexedProtocolEndpoint (int index, Uri binding, Uri ___location);
new System.IdentityModel.Metadata.IndexedProtocolEndpoint : int * Uri * Uri -> System.IdentityModel.Metadata.IndexedProtocolEndpoint
Public Sub New (index As Integer, binding As Uri, ___location As Uri)

パラメーター

index
Int32

インデックス。

binding
Uri

バインディング。

___location
Uri

場所。

適用対象