次の方法で共有


EndpointReference.Uri プロパティ

定義

エンドポイント参照のアドレスを指定す URI を取得します。

public:
 property Uri ^ Uri { Uri ^ get(); };
public Uri Uri { get; }
member this.Uri : Uri
Public ReadOnly Property Uri As Uri

プロパティ値

Uri

エンドポイント参照のアドレス。

注釈

wsa:EndpointReference 要素の wsa:Address 子要素の内容を表します。

適用対象