次の方法で共有


PeerCustomResolverBindingElement.Address プロパティ

定義

このバインドで作成されたリゾルバーが動作するピアのエンドポイント アドレスを取得または設定します。

public:
 property System::ServiceModel::EndpointAddress ^ Address { System::ServiceModel::EndpointAddress ^ get(); void set(System::ServiceModel::EndpointAddress ^ value); };
public System.ServiceModel.EndpointAddress Address { get; set; }
member this.Address : System.ServiceModel.EndpointAddress with get, set
Public Property Address As EndpointAddress

プロパティ値

このバインド要素で作成されたリゾルバーが動作するピアのネットワーク アドレスを格納した EndpointAddress オブジェクト。

適用対象