PeerNearMe Methods

 

Namespace:   System.Net.PeerToPeer.Collaboration
Assembly:  System.Net (in System.Net.dll)

NameDescription
System_CAPS_pubmethodAddToContactManager()

Generates a PeerContact from the PeerNearMe object and associates it with the ContactManager.

System_CAPS_pubmethodAddToContactManager(String^, String^, MailAddress^)

Generates a PeerContact with the associated descriptive parameters from the PeerNearMe object and associates it with the ContactManager.

System_CAPS_pubmethodSystem_CAPS_staticCreateFromPeerEndPoint(PeerEndPoint^)

Generates a PeerNearMe object from the provided PeerEndPoint.

System_CAPS_pubmethodDispose()

Releases all resources used by the Peer object.(Inherited from Peer.)

System_CAPS_protmethodDispose(Boolean)

Releases the unmanaged resources used by the PeerNearMe object and optionally releases the managed resources.(Overrides Peer::Dispose(Boolean).)

System_CAPS_pubmethodEquals(Object^)

Compares the PeerNearMe instance to the specified object.(Overrides Object::Equals(Object^).)

System_CAPS_pubmethodSystem_CAPS_staticEquals(Object^, Object^)

Determines whether the specified PeerNearMe instances are considered equal.

System_CAPS_pubmethodEquals(Peer^)

Performs a case-sensitive comparison of the current Peer and the specified peer.(Inherited from Peer.)

System_CAPS_pubmethodEquals(PeerNearMe^)

Compares the PeerNearMe to the specified PeerNearMe instance.

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Returns the hash code for the PeerNearMe instance.(Overrides Object::GetHashCode().)

System_CAPS_protmethodGetObjectData(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).)

System_CAPS_pubmethodGetObjects()

Gets the collection of data objects from a local cache.(Inherited from Peer.)

System_CAPS_pubmethodGetObjects(Guid)

Gets the Peer object associated with the supplied Guid from the PeerObjectCollection.(Inherited from Peer.)

System_CAPS_pubmethodGetPresenceInfo(PeerEndPoint^)

Gets the available presence information for a PeerEndPoint.(Inherited from Peer.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodInternalRefreshData(Object^)

Initiates a network operation to retrieve the application, object and presence data specific to a PeerNearMe instance.

System_CAPS_pubmethodInvite()

Sends an invitation to join a peer collaboration application to a remote peer.(Overrides Peer::Invite().)

System_CAPS_pubmethodInvite(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>^).)

System_CAPS_pubmethodInviteAsync(Object^)

Receives an invitation response from a peer regarding joining a peer collaboration application.(Overrides Peer::InviteAsync(Object^).)

System_CAPS_pubmethodInviteAsync(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^).)

System_CAPS_pubmethodInviteAsyncCancel(Object^)

Cancels the invitation that was sent with the InviteAsync method. (Inherited from Peer.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_protmethodOnInviteCompleted(InviteCompletedEventArgs^)

Raises the InviteCompleted event.(Inherited from Peer.)

System_CAPS_protmethodOnRefreshDataCompleted(RefreshDataCompletedEventArgs^)

Signals the RefreshDataCompleted event.

System_CAPS_pubmethodRefreshData()

Initiates a network operation to retrieve the application, object and presence data specific to a PeerNearMe instance.

System_CAPS_pubmethodRefreshDataAsync(Object^)

Initiates a network operation to retrieve the application, object and presence data specific to a PeerNearMe instance.

System_CAPS_pubmethodToString()

Returns String that represents a PeerNearMe instance.(Overrides Peer::ToString().)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodISerializable::GetObjectData(SerializationInfo^, StreamingContext)

Populates the current PeerNearMe instance with the data obtained from the serialized source.

Return to top
Show: