共用方式為


ResolveResponseInfo.Addresses 屬性

定義

取得或設定對等節點位址的集合。

public:
 property System::Collections::Generic::IList<System::ServiceModel::PeerNodeAddress ^> ^ Addresses { System::Collections::Generic::IList<System::ServiceModel::PeerNodeAddress ^> ^ get(); void set(System::Collections::Generic::IList<System::ServiceModel::PeerNodeAddress ^> ^ value); };
public System.Collections.Generic.IList<System.ServiceModel.PeerNodeAddress> Addresses { get; set; }
member this.Addresses : System.Collections.Generic.IList<System.ServiceModel.PeerNodeAddress> with get, set
Public Property Addresses As IList(Of PeerNodeAddress)

屬性值

物件的泛型清單 < IList >PeerNodeAddress ,其中包含在先前解析作業中要求其端點的對等位址。

適用於