PeerObject Methods
Assembly: System.Net (in System.Net.dll)
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases all resources utilized by the PeerObject. |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the PeerObject and optionally releases the managed resources. |
![]() | Equals(Object^) | Compares the PeerObject to the specified object.(Overrides Object::Equals(Object^).) |
![]() ![]() | Equals(Object^, Object^) | Determines whether the specified PeerObject instances are considered equal. |
![]() | Equals(PeerObject^) | Compares a PeerObject to the specified PeerObject 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 PeerObject instance.(Overrides Object::GetHashCode().) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | Populates a SerializationInfo with the data required to serialize the specified PeerObject. |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | OnObjectChanged(ObjectChangedEventArgs^) | Signaled when a PeerObject instance with the specified ID is added, updated or removed by a remote peer. |
![]() | ToString() | Returns a String that represents a PeerObject instance.(Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | ISerializable::GetObjectData(SerializationInfo^, StreamingContext) | Populates the current PeerObject instance with the data obtained from the serialized source. |




