ConnectionProxy Class

Connection wrapper for GRPC payload.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
C#
public class ConnectionProxy : IConnection
Inheritance
Object    ConnectionProxy
Implements
IConnection

Constructors

ConnectionProxy Create GRPC Connection class

Methods

Close Shutdown and close socket.
GetStream 
IsClosed Is socket closed from client perspective only.
ReadFully 
SetTimeout 
UpdateLastUsed 
Write 

See Also