PeerApplicationLaunchInfo.PeerEndPoint Property

Definition

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

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

Property Value

The PeerEndPoint from which the invitation was sent.

Remarks

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

Applies to

See also