Aerospike
C#
Show/Hide TOC
Connection
Proxy Class
Connection wrapper for GRPC payload.
Definition
Namespace:
Aerospike.Client
Assembly:
AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
C#
Copy
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
Reference
Aerospike.Client Namespace
In This Article
Definition
Constructors
Methods
See Also