ApplicationChangedEventArgs::PeerEndPoint Property

 

Gets the endpoint for which PeerApplication information has changed.

Namespace:   System.Net.PeerToPeer.Collaboration
Assembly:  System.Net (in System.Net.dll)

public:
property PeerEndPoint^ PeerEndPoint {
	PeerEndPoint^ get();
}

Property Value

Type: System.Net.PeerToPeer.Collaboration::PeerEndPoint^

The PeerEndPoint that contains the endpoint for which application information has changed. Unless explicitly specified, the default value for all properties is null for reference types and zero (0) for properties of type int.

.NET Framework
Available since 3.5
Return to top
Show: