IndexedProtocolEndpoint コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
場所。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET