PeerNodeAddress Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a type that contains the EndpointAddress for a peer node as well as an optional collection of multihoming IP addresses.
public ref class PeerNodeAddress sealed
[System.Runtime.Serialization.DataContract(Name="PeerNodeAddress", Namespace="http://schemas.microsoft.com/net/2006/05/peer")]
[System.Runtime.Serialization.KnownType(typeof(System.Net.IPAddress[]))]
public sealed class PeerNodeAddress
[<System.Runtime.Serialization.DataContract(Name="PeerNodeAddress", Namespace="http://schemas.microsoft.com/net/2006/05/peer")>]
[<System.Runtime.Serialization.KnownType(typeof(System.Net.IPAddress[]))>]
type PeerNodeAddress = class
Public NotInheritable Class PeerNodeAddress
- Inheritance
-
PeerNodeAddress
- Attributes
Constructors
PeerNodeAddress(EndpointAddress, ReadOnlyCollection<IPAddress>) |
Initializes a new instance of PeerNodeAddress with the supplied EndpointAddress and a collection of multihoming IP addresses also configured for the local computer. |
Properties
EndpointAddress |
Gets the EndpointAddress associated with this PeerNodeAddress. |
IPAddresses |
Gets a collection of multihoming IP addresses for this PeerNodeAddress. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
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) |