Async TLS connection.
Inheritance Hierarchy
AsyncConnection
Aerospike.ClientAsyncConnectionTls
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.0.0 (5.1.0)
Syntax
C#
public sealed class AsyncConnectionTls : AsyncConnection
The AsyncConnectionTls type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AsyncConnectionTls | Initializes a new instance of the AsyncConnectionTls class |
Methods
Name | Description | |
---|---|---|
![]() | Close | (Overrides AsyncConnection.Close.) |
![]() | Connect | (Overrides AsyncConnection.Connect(IPEndPoint).) |
![]() | Receive | (Overrides AsyncConnection.Receive(Byte, Int32, Int32).) |
![]() | Reset | (Overrides AsyncConnection.Reset.) |
![]() | Send | (Overrides AsyncConnection.Send(Byte, Int32, Int32).) |
See Also