PeerEndPoint Class
Represents the location of a PeerNearMe, or PeerContact instance specified with a unique network address configuration by describing the current instance of a PeerContact or PeerNearMe within the Peer-to-Peer Collaboration Infrastructure.
Assembly: System.Net (in System.Net.dll)
| Name | Description | |
|---|---|---|
![]() | PeerEndPoint() | Generates a new instance of the PeerEndPoint class. |
![]() | PeerEndPoint(IPEndPoint^) | Initializes a new instance of the PeerEndPoint class with the peer-associated endpoint contained in IPEndPoint. |
![]() | PeerEndPoint(IPEndPoint^, String^) | Initializes a new instance of the PeerEndPoint class with the peer-associated endpoint contained in IPEndPoint and a string specifying endPointName. |
![]() | PeerEndPoint(SerializationInfo^, StreamingContext) | Initializes a new PeerEndPoint instance with the associated parameters required for serialization. |
| Name | Description | |
|---|---|---|
![]() | EndPoint | Gets or sets the IPEndPoint that contains the IP address associated with the PeerEndPoint instance. |
![]() | Name | Gets or sets a String that represents a displayed name for the PeerEndPoint instance. |
![]() | SynchronizingObject | When this property value is set, all events not fired as the result of an asynchronous operation will have the associated event handlers called back on the thread that created the specific SynchronizingObject. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases all resources used by the PeerEndPoint object. |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the PeerEndPoint object and optionally releases the managed resources. |
![]() | Equals(Object^) | Compares the PeerEndPoint to the specified Object.(Overrides Object::Equals(Object^).) |
![]() ![]() | Equals(Object^, Object^) | Determines whether the specified PeerEndPoint objects are considered equal. |
![]() | Equals(PeerEndPoint^) | Compares the PeerEndPoint to the specified PeerEndPoint 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 a PeerEndPoint instance.(Overrides Object::GetHashCode().) |
![]() | 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. |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | OnNameChanged(NameChangedEventArgs^) | Called when a change occurs to the PeerName specified by the PeerContact associated with the PeerEndPoint instance. |
![]() | ToString() | Returns a String that represents a PeerEndPoint instance.(Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
![]() | NameChanged | Signaled when the name associated with a PeerEndPoint object changes. |
| Name | Description | |
|---|---|---|
![]() ![]() | ISerializable::GetObjectData(SerializationInfo^, StreamingContext) | Populates the current PeerEndPoint instance with the data obtained from the serialized source. |
A peer "endpoint" describes a contact's presence location — the unique network address configuration that describes the currently available instance of the contact within the peer collaboration network. A single contact can be available at multiple endpoints within the peer collaboration network.
A peer watching a contact can query any of the endpoints associated with that contact for specific peer presence, application, or object updates.
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.






