PeerCustomResolverSettings.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

適用対象