PeerNearMe Methods
Assembly: System.Net (in System.Net.dll)
| Name | Description | |
|---|---|---|
![]() | AddToContactManager() | Generates a PeerContact from the PeerNearMe object and associates it with the ContactManager. |
![]() | AddToContactManager(String^, String^, MailAddress^) | Generates a PeerContact with the associated descriptive parameters from the PeerNearMe object and associates it with the ContactManager. |
![]() ![]() | CreateFromPeerEndPoint(PeerEndPoint^) | Generates a PeerNearMe object from the provided PeerEndPoint. |
![]() | Dispose() | |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the PeerNearMe object and optionally releases the managed resources.(Overrides Peer::Dispose(Boolean).) |
![]() | Equals(Object^) | Compares the PeerNearMe instance to the specified object.(Overrides Object::Equals(Object^).) |
![]() ![]() | Equals(Object^, Object^) | Determines whether the specified PeerNearMe instances are considered equal. |
![]() | Equals(Peer^) | |
![]() | Equals(PeerNearMe^) | Compares the PeerNearMe to the specified PeerNearMe instance. |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Returns the hash code for the PeerNearMe instance.(Overrides Object::GetHashCode().) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | Populates a SerializationInfo with the data required to serialize the specified PeerNearMe. A derived type must call the base type GetObjectData method.(Overrides Peer::GetObjectData(SerializationInfo^, StreamingContext).) |
![]() | GetObjects() | Gets the collection of data objects from a local cache.(Inherited from Peer.) |
![]() | GetObjects(Guid) | Gets the Peer object associated with the supplied Guid from the PeerObjectCollection.(Inherited from Peer.) |
![]() | GetPresenceInfo(PeerEndPoint^) | Gets the available presence information for a PeerEndPoint.(Inherited from Peer.) |
![]() | GetType() | |
![]() | InternalRefreshData(Object^) | Initiates a network operation to retrieve the application, object and presence data specific to a PeerNearMe instance. |
![]() | Invite() | Sends an invitation to join a peer collaboration application to a remote peer.(Overrides Peer::Invite().) |
![]() | Invite(PeerApplication^, String^, array<Byte>^) | Sends an invitation to join a peer collaboration application to a remote peer that includes data that describes or specifies the application invite.(Overrides Peer::Invite(PeerApplication^, String^, array<Byte>^).) |
![]() | InviteAsync(Object^) | Receives an invitation response from a peer regarding joining a peer collaboration application.(Overrides Peer::InviteAsync(Object^).) |
![]() | InviteAsync(PeerApplication^, String^, array<Byte>^, Object^) | Receives an invitation response from a peer regarding an invitation to a peer collaboration application.(Overrides Peer::InviteAsync(PeerApplication^, String^, array<Byte>^, Object^).) |
![]() | InviteAsyncCancel(Object^) | Cancels the invitation that was sent with the InviteAsync method. (Inherited from Peer.) |
![]() | MemberwiseClone() | |
![]() | OnInviteCompleted(InviteCompletedEventArgs^) | Raises the InviteCompleted event.(Inherited from Peer.) |
![]() | OnRefreshDataCompleted(RefreshDataCompletedEventArgs^) | Signals the RefreshDataCompleted event. |
![]() | RefreshData() | Initiates a network operation to retrieve the application, object and presence data specific to a PeerNearMe instance. |
![]() | RefreshDataAsync(Object^) | Initiates a network operation to retrieve the application, object and presence data specific to a PeerNearMe instance. |
![]() | ToString() | Returns String that represents a PeerNearMe instance.(Overrides Peer::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | ISerializable::GetObjectData(SerializationInfo^, StreamingContext) | Populates the current PeerNearMe instance with the data obtained from the serialized source. |




