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.8.0.1
Syntax
The IClient type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetClientType | Returns type of this client | |
GetSocketAddress | Returns socket address of this endpoint (Inherited from IEndpoint.) | |
GetUuid | Returns unique uuid for this endpoint (Inherited from IEndpoint.) |
Remarks
See Also