NetworkAddress Class
Namespace: Hazelcast.Networking
Assembly: Hazelcast.Net.dll
Represents a network address.
public class NetworkAddress : IEquatable<NetworkAddress>
Implements
Inherited Members
Constructors
Name | Description |
---|---|
Network |
Initializes a new instance of the Network |
Network |
Initializes a new instance of the Network |
Properties
Name | Description |
---|---|
Host |
Gets the host name. |
IPAddress | Gets the IP address corresponding to this address. |
IPEnd |
Gets the IP endpoint corresponding to this address. |
Is |
Whether the address is an IP v4 address. |
Is |
Whether the address is an IP v6 address. |
Is |
Whether the address is an IP v6 address which is global (non-local), or scoped. |
Port | Gets the port. |
Methods
Name | Description |
---|---|
Equals(Network |
Indicates whether the current object is equal to another object of the same type. |
Equals(object) | Determines whether the specified object is equal to the current object. |
Get |
Serves as the default hash function. |
To |
Returns a string that represents the current object. |
Operators
Name | Description |
---|---|
operator ==(Network |
Overrides the == operator. |
operator !=(Network |
Overrides the != operator. |