SocketOptionsUseStreamMode Property |
Determines if the driver should use either .NET NetworkStream interface (true) or SocketEventArgs interface (false, default)
to handle the reading and writing
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public bool UseStreamMode { get; }
Property Value
Type:
BooleanSee Also