NameChangedEventArgs.PeerEndPoint 属性
定义
获取与 PeerEndPoint 关联的 Name。Gets the PeerEndPoint associated with the Name.
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 关联的 Name。PeerEndPoint associated with the Name.
注解
除非指定,否则此属性的默认值为null.Unless specified, the default value for this property is null.
如果与 PeerEndPoint 联系人不关联,则此属性返回 null 。If the PeerEndPoint is not associated with a contact, this property returns null.