PeerEndPoint Methods

 

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

NameDescription
System_CAPS_pubmethodDispose()

Releases all resources used by the PeerEndPoint object.

System_CAPS_protmethodDispose(Boolean)

Releases the unmanaged resources used by the PeerEndPoint object and optionally releases the managed resources.

System_CAPS_pubmethodEquals(Object^)

Compares the PeerEndPoint to the specified Object.(Overrides Object::Equals(Object^).)

System_CAPS_pubmethodSystem_CAPS_staticEquals(Object^, Object^)

Determines whether the specified PeerEndPoint objects are considered equal.

System_CAPS_pubmethodEquals(PeerEndPoint^)

Compares the PeerEndPoint to the specified PeerEndPoint 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 a PeerEndPoint instance.(Overrides Object::GetHashCode().)

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

System_CAPS_pubmethodGetType()

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

System_CAPS_protmethodMemberwiseClone()

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

System_CAPS_protmethodOnNameChanged(NameChangedEventArgs^)

Called when a change occurs to the PeerName specified by the PeerContact associated with the PeerEndPoint instance.

System_CAPS_pubmethodToString()

Returns a String that represents a PeerEndPoint instance.(Overrides Object::ToString().)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodISerializable::GetObjectData(SerializationInfo^, StreamingContext)

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

Return to top
Show: