ProtocolEndpoint コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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)