ContactManager.CreateContact(PeerNearMe) Method

Definition

Creates a PeerContact instance for the specified PeerNearMe object.

public:
 System::Net::PeerToPeer::Collaboration::PeerContact ^ CreateContact(System::Net::PeerToPeer::Collaboration::PeerNearMe ^ peerNearMe);
[System.Security.SecurityCritical]
public System.Net.PeerToPeer.Collaboration.PeerContact CreateContact (System.Net.PeerToPeer.Collaboration.PeerNearMe peerNearMe);
[<System.Security.SecurityCritical>]
member this.CreateContact : System.Net.PeerToPeer.Collaboration.PeerNearMe -> System.Net.PeerToPeer.Collaboration.PeerContact
Public Function CreateContact (peerNearMe As PeerNearMe) As PeerContact

Parameters

peerNearMe
PeerNearMe

The PeerNearMe to associate with the new PeerContact instance.

Returns

A PeerContact instance for the specified PeerNearMe.

Attributes

Exceptions

peerNearMe is null.

This PeerNearMe object has been disposed.

  • The contact manager of the remote peer passed in peerNearMe could not be reached, or the contact could not be read from it.

  • The PeerNearMe instance passed in peerNearMe has no endpoints set on it.

Remarks

Calling this method requires a PermissionState of Unrestricted.

Applies to

See also