PeerNodeAddress Class
Specifies a type that contains the EndpointAddress for a peer node as well as an optional collection of multihoming IP addresses.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | EndpointAddress | Gets the EndpointAddress associated with this PeerNodeAddress. |
![]() | IPAddresses | Gets a collection of multihoming IP addresses for this PeerNodeAddress. |
| Name | Description | |
|---|---|---|
![]() | 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() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

