Interface IClientConnection
Represents Ignite client connection.
Namespace: Apache.Ignite.Core.Client
Assembly: Apache.Ignite.Core.dll
Syntax
public interface IClientConnectionProperties
LocalEndPoint
Gets the local EndPoint.
Declaration
EndPoint LocalEndPoint { get; }Property Value
| Type | Description | 
|---|---|
| EndPoint | 
NodeId
Gets the server node id.
Declaration
Guid NodeId { get; }Property Value
| Type | Description | 
|---|---|
| Guid | 
RemoteEndPoint
Gets the remote EndPoint.
Declaration
EndPoint RemoteEndPoint { get; }Property Value
| Type | Description | 
|---|---|
| EndPoint |