Peer Methods
Assembly: System.Net (in System.Net.dll)
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases all resources used by the Peer object. |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the Peer object and optionally releases the managed resources. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Equals(Peer^) | Performs a case-sensitive comparison of the current Peer and the specified peer. |
![]() | 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() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | Populates a SerializationInfo object with the data needed to serialize the target Peer. |
![]() | GetObjects() | Gets the collection of data objects from a local cache. |
![]() | GetObjects(Guid) | Gets the Peer object associated with the supplied Guid from the PeerObjectCollection. |
![]() | GetPresenceInfo(PeerEndPoint^) | Gets the available presence information for a PeerEndPoint. |
![]() | GetType() | |
![]() | Invite() | Sends an invitation to a Peer to start a specific PeerApplication. |
![]() | Invite(PeerApplication^, String^, array<Byte>^) | Sends an invitation to a Peer to start a specific PeerApplication. |
![]() | InviteAsync(Object^) | Begins an asynchronous invitation operation which sends an invitation to a Peer to start a specific PeerApplication. |
![]() | InviteAsync(PeerApplication^, String^, array<Byte>^, Object^) | Begins an asynchronous invitation operation which sends an invitation to a Peer to start a specific PeerApplication. |
![]() | InviteAsyncCancel(Object^) | Cancels the invitation that was sent with the InviteAsync method. |
![]() | MemberwiseClone() | |
![]() | OnInviteCompleted(InviteCompletedEventArgs^) | Raises the InviteCompleted event. |
![]() | ToString() | Returns a String representing the PeerName associated with the Peer.(Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | ISerializable::GetObjectData(SerializationInfo^, StreamingContext) | Populates a SerializationInfo class instance with the data required to serialize the specified PeerObject instance. A derived type must call the base type GetObjectData method. |



