次の方法で共有


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 プロパティを初期化します。

適用対象