ContactManager Methods
Assembly: System.Net (in System.Net.dll)
| Name | Description | |
|---|---|---|
![]() | AddContact(PeerContact^) | Adds the specified PeerContact to the ContactManager of the local peer. |
![]() | CreateContact(PeerNearMe^) | Creates a PeerContact instance for the specified PeerNearMe object. |
![]() | CreateContactAsync(PeerNearMe^, Object^) | Creates a contact instance for the specified PeerNearMe object. |
![]() | DeleteContact(PeerContact^) | Removes the specified PeerContact from the ContactManager of the local peer. |
![]() | DeleteContact(PeerName^) | Removes the PeerContact associated with the specified PeerName from the ContactManager of the local peer. |
![]() | Dispose() | Releases all resources used by the ContactManager object. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetContact(PeerName^) | Returns the PeerContact object for the specified PeerName. |
![]() | GetContacts() | Returns a PeerContactCollection that contains all contacts within the ContactManager of the remote peer. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | UpdateContact(PeerContact^) | Updates the data associated with the PeerContact. |
