This topic has not yet been rated - Rate this topic

PeerName Class

Specifies the values that define a peer-to-peer PeerName object. A peer name is typically a string used to identify a peer resource.

System.Object
  System.Net.PeerToPeer.PeerName

Namespace:  System.Net.PeerToPeer
Assembly:  System.Net (in System.Net.dll)
[SerializableAttribute]
public class PeerName : ISerializable, IEquatable<PeerName>

The PeerName type exposes the following members.

  Name Description
Public method PeerName(String) Initializes a new object of type PeerName with the supplied fully qualified peer name String value.
Protected method PeerName(SerializationInfo, StreamingContext) Populates a SerializationInfo object with the data needed to serialize the PeerName.
Public method PeerName(String, PeerNameType) Initializes a new instance of the PeerName class.
Top
  Name Description
Public property Authority Returns a string that specifies the Authority used by this PeerName object.
Public property Classifier Returns a string that contains the classifier for a peer-to-peer PeerName.
Public property IsSecured Gets a Boolean value that specifies whether this is a secured peer name.
Public property PeerHostName Gets the name of the peer-to-peer host. This is a DNS-encoded version of the PeerName which is equivalent to a PeerHostName in that they are both identifiers. The difference between the two is visual representation.
Top
  Name Description
Public method Static member CreateFromPeerHostName Creates a new instance of the specified PeerHostName object with the specified peer host name.
Public method Static member CreateRelativePeerName Creates a new PeerName by replacing the Classifier field defined on the supplied PeerName object with the specified classifier string value.
Public method Equals(Object) Determines whether the content of this PeerName is equal to the content of another object. (Overrides Object.Equals(Object).)
Public method Equals(PeerName) Performs a case-sensitive comparison of the current PeerName and the specified peer name.
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Overrides the GetHashCode method. (Overrides Object.GetHashCode().)
Protected method GetObjectData Populates a serialization information object with the data needed to serialize the PeerName.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string representation of the current PeerName object. (Overrides Object.ToString().)
Top
  Name Description
Explicit interface implemetation Private method ISerializable.GetObjectData Implements the ISerializable interface and returns the data needed to serialize the PeerName instance.
Top

.NET Framework

Supported in: 4, 3.5

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

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.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ