Click or drag to resize

IClient Interface

IClient interface allows to get information about a connected clients socket address, type and uuid.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax
public interface IClient : IEndpoint

The IClient type exposes the following members.

Methods
  NameDescription
Public methodGetClientType
Returns type of this client
Public methodGetSocketAddress
Returns socket address of this endpoint
(Inherited from IEndpoint.)
Public methodGetUuid
Returns unique uuid for this endpoint
(Inherited from IEndpoint.)
Top
Remarks
IClient interface allows to get information about a connected clients socket address, type and uuid.
See Also