RefreshDataCompletedEventArgs.PeerEndPoint 属性
定义
指定更新的 PeerEndPoint。Specifies the updated PeerEndPoint.
public:
property System::Net::PeerToPeer::Collaboration::PeerEndPoint ^ PeerEndPoint { System::Net::PeerToPeer::Collaboration::PeerEndPoint ^ get(); };
public System.Net.PeerToPeer.Collaboration.PeerEndPoint PeerEndPoint { get; }
member this.PeerEndPoint : System.Net.PeerToPeer.Collaboration.PeerEndPoint
Public ReadOnly Property PeerEndPoint As PeerEndPoint
属性值
已更新的 PeerEndPoint 对象,其中包含一个对等方的终结点数据。The updated PeerEndPoint object containing the endpoint data of a peer.