PeerName
PeerName
PeerName
PeerName
Class
Definition
Specifies the values that define a peer-to-peer PeerName object. A peer name is typically a string used to identify a peer resource.
public ref class PeerName : IEquatable<System::Net::PeerToPeer::PeerName ^>, System::Runtime::Serialization::ISerializable
[System.Serializable]
public class PeerName : IEquatable<System.Net.PeerToPeer.PeerName>, System.Runtime.Serialization.ISerializable
type PeerName = class
interface ISerializable
interface IEquatable<PeerName>
Public Class PeerName
Implements IEquatable(Of PeerName), ISerializable
- Inheritance
- Attributes
- Implements
Constructors
PeerName(SerializationInfo, StreamingContext) PeerName(SerializationInfo, StreamingContext) PeerName(SerializationInfo, StreamingContext) PeerName(SerializationInfo, StreamingContext) |
Populates a SerializationInfo object with the data needed to serialize the PeerName. |
PeerName(String) PeerName(String) PeerName(String) PeerName(String) |
Initializes a new object of type PeerName with the supplied fully qualified peer name String value. |
PeerName(String, PeerNameType) PeerName(String, PeerNameType) PeerName(String, PeerNameType) PeerName(String, PeerNameType) |
Initializes a new instance of the PeerName class. |
Properties
Authority Authority Authority Authority |
Returns a string that specifies the Authority used by this PeerName object. |
Classifier Classifier Classifier Classifier |
Returns a string that contains the classifier for a peer-to-peer PeerName. |
IsSecured IsSecured IsSecured IsSecured |
Gets a Boolean value that specifies whether this is a secured peer name. |
PeerHostName PeerHostName PeerHostName 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. |
Methods
Explicit Interface Implementations
ISerializable.GetObjectData(SerializationInfo, StreamingContext) ISerializable.GetObjectData(SerializationInfo, StreamingContext) ISerializable.GetObjectData(SerializationInfo, StreamingContext) ISerializable.GetObjectData(SerializationInfo, StreamingContext) |
Implements the ISerializable interface and returns the data needed to serialize the PeerName instance. |
Applies to
See also
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...