Address ClassHazelcast .Net Client Class Library
Represents an address of a member in the cluster.
Inheritance Hierarchy

SystemObject
  Hazelcast.IOAddress

Namespace: Hazelcast.IO
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.7.1
Syntax

public sealed class Address

The Address type exposes the following members.

Constructors

  NameDescription
Public methodAddress
Initializes a new instance of the Address class
Public methodAddress(IPEndPoint)
Creates a new Address
Public methodAddress(IPAddress, Int32)
Initializes a new instance of the Address class
Public methodAddress(String, Int32)
Initializes a new instance of the Address class
Public methodAddress(String, IPAddress, Int32)
Initializes a new instance of the Address class
Top
Methods

  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodStatic memberGetAddressByName
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetHost
Public methodGetInetAddress
Public methodGetInetSocketAddress
Public methodGetPort
Public methodGetScopedHost
Public methodGetScopeId
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsIPv4
Public methodIsIPv6
Public methodSetScopeId
Public methodToString (Overrides ObjectToString.)
Top
Fields

  NameDescription
Public fieldStatic memberId
Top
Remarks

Represents an address of a member in the cluster.
See Also

Reference