Represents an address of a member in the cluster.
Inheritance Hierarchy
Hazelcast.IOAddress
Namespace: Hazelcast.IO
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9
Syntax
The Address type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Address | Initializes a new instance of the Address class |
![]() | Address(IPEndPoint) | Creates a new Address |
![]() | Address(IPAddress, Int32) | Initializes a new instance of the Address class |
![]() | Address(String, Int32) | Initializes a new instance of the Address class |
![]() | Address(String, IPAddress, Int32) | Initializes a new instance of the Address class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Overrides ObjectEquals(Object).) |
![]() ![]() | GetAddressByName | |
![]() | GetHashCode | (Overrides ObjectGetHashCode.) |
![]() | GetHost | |
![]() | GetInetAddress | |
![]() | GetInetSocketAddress | |
![]() | GetPort | |
![]() | GetScopedHost | |
![]() | GetScopeId | |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsIPv4 | |
![]() | IsIPv6 | |
![]() | SetScopeId | |
![]() | ToString | (Overrides ObjectToString.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | Id |
Remarks
See Also