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,这些对象包含注册到在以前的解析操作中请求其终结点的对等方的终结点地址。

适用于