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)
The PeerEndPoint type exposes the following members.
| 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(PeerEndPoint) | Compares the PeerEndPoint to the specified PeerEndPoint instance. |
![]() ![]() | Equals(Object, Object) | Determines whether the specified PeerEndPoint objects are considered equal. |
![]() | 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 | 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 | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnNameChanged | 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 | |
|---|---|---|
![]() ![]() | ISerializable::GetObjectData | 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.
Windows 7, Windows Vista SP1 or later, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
