PeerNearMe.CreateFromPeerEndPoint(PeerEndPoint) Method

Definition

Generates a PeerNearMe object from the provided PeerEndPoint.

public:
 static System::Net::PeerToPeer::Collaboration::PeerNearMe ^ CreateFromPeerEndPoint(System::Net::PeerToPeer::Collaboration::PeerEndPoint ^ peerEndPoint);
[System.Security.SecurityCritical]
public static System.Net.PeerToPeer.Collaboration.PeerNearMe CreateFromPeerEndPoint (System.Net.PeerToPeer.Collaboration.PeerEndPoint peerEndPoint);
[<System.Security.SecurityCritical>]
static member CreateFromPeerEndPoint : System.Net.PeerToPeer.Collaboration.PeerEndPoint -> System.Net.PeerToPeer.Collaboration.PeerNearMe
Public Shared Function CreateFromPeerEndPoint (peerEndPoint As PeerEndPoint) As PeerNearMe

Parameters

peerEndPoint
PeerEndPoint

PeerEndPoint object that specifies the endpoint associated with the peer.

Returns

PeerNearMe object associated with the PeerEndPoint.

Attributes

Exceptions

The peerEndPoint is null.

The referenced EndPoint specifies null.

Remarks

If the provided PeerEndPoint does not map to a signed-in peer on the same subnet, null is returned.

Applies to