ContactManager.GetContact(PeerName) Method

Definition

Returns the PeerContact object for the specified PeerName.

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

Parameters

peerName
PeerName

The PeerName associated with the PeerContact to be retrieved.

Returns

PeerContact associated with the supplied PeerName.

Attributes

Exceptions

peerName is null.

This PeerName object has been disposed.

Remarks

Calling this method requires a PermissionState of Unrestricted.

Applies to

See also