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)
パラメーター
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET