PeerNameRecord Class
Defines the set of values that form a peer name record object. This record includes items such as the peer name and the collection of endpoints with which it communicates. Peer name records are used to define the individual peer nodes within a Cloud.
Assembly: System.Net (in System.Net.dll)
The PeerNameRecord type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | PeerNameRecord() | Initializes a new default instance of the PeerNameRecord class. |
![]() | PeerNameRecord(SerializationInfo, StreamingContext) | Initializes a new default instance of the PeerNameRecord class. |
| Name | Description | |
|---|---|---|
![]() | Comment | Gets or sets additional information about the PeerNameRecord object. |
![]() | Data | Gets or sets application-defined binary data for the PeerNameRecord object. |
![]() | EndPointCollection | Gets an PeerEndPointCollection object that contains all the endpoints available to the peer associated with this PeerNameRecord object. |
![]() | PeerName | Gets or sets the PeerName within this PeerNameRecord object. A peer name is a string used to identify a peer resource. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | 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 a hash function for a particular type. (Inherited from Object.) |
![]() | GetObjectData | Populates a serialization information object with the data needed to serialize the PeerNameRecord. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ISerializable::GetObjectData | Implements the ISerializable interface and returns the data needed to serialize the PeerNameRecord instance. |
PeerNameRecord objects are used to define individual nodes or peers within a Cloud. A peer name record object encapsulates all information published about a peer into a PNRP Cloud, including its name. The PeerNameRecord class is designed for use with the PeerNameResolver class.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, 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.
