次の方法で共有


ProtocolEndpoint コンストラクター

定義

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

オーバーロード

ProtocolEndpoint()

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

ProtocolEndpoint(Uri, Uri)

指定したバインディングと場所を持つ ProtocolEndpoint クラスの新しいインスタンスを初期化します。

ProtocolEndpoint()

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

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

注釈

Bindingプロパティと Location プロパティは、どちらも新しいインスタンスで にnull初期化されます。

適用対象

ProtocolEndpoint(Uri, Uri)

指定したバインディングと場所を持つ ProtocolEndpoint クラスの新しいインスタンスを初期化します。

public:
 ProtocolEndpoint(Uri ^ binding, Uri ^ location);
public ProtocolEndpoint (Uri binding, Uri location);
new System.IdentityModel.Metadata.ProtocolEndpoint : Uri * Uri -> System.IdentityModel.Metadata.ProtocolEndpoint
Public Sub New (binding As Uri, location As Uri)

パラメーター

binding
Uri

新しいインスタンスのバインディングを表す URI。 Binding プロパティを初期化します。

location
Uri

新しいインスタンスの場所を表す URI。 Location プロパティを初期化します。

適用対象