Address ClassHazelcast .Net Client Class Library
Inheritance Hierarchy

SystemObject
  Hazelcast.IO.SerializationIdentifiedDataSerializable
    Hazelcast.IOAddress

Namespace: Hazelcast.IO
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax

[SerializableAttribute]
public sealed class Address : IdentifiedDataSerializable, 
	IIdentifiedDataSerializable, IDataSerializable

The Address type exposes the following members.

Constructors

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

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

  NameDescription
Public fieldStatic memberId
Top
See Also

Reference