PeerApplicationLaunchInfo::PeerEndPoint Property

 

Gets or sets the PeerEndPoint from which the PeerApplication invitation was sent.

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

public:
property PeerEndPoint^ PeerEndPoint {
	PeerEndPoint^ get();
	internal: void set(PeerEndPoint^ value);
}

Property Value

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

The PeerEndPoint from which the invitation was sent.

Unless explicitly specified, the default value for all properties is null for reference types.

.NET Framework
Available since 3.5
Return to top
Show: