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

場所。

適用対象