DataStax C# Driver for Apache Cassandra
DataStax C# Driver for Apache Cassandra
Namespaces
Cassandra
SocketOptions Class
SocketOptions Properties
ConnectTimeoutMillis Property
DefunctReadTimeoutThreshold Property
KeepAlive Property
ReadTimeoutMillis Property
ReceiveBufferSize Property
ReuseAddress Property
SendBufferSize Property
SoLinger Property
TcpNoDelay Property
UseStreamMode Property
SocketOptions
UseStreamMode Property
Determines if the driver should use either .NET NetworkStream interface (true) or SocketEventArgs interface (false, default) to handle the reading and writing
Namespace:
Cassandra
Assembly:
Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
Copy
public
bool
UseStreamMode
{
get
; }
Property Value
Type:
Boolean
See Also
Reference
SocketOptions Class
Cassandra Namespace
DataStax C# Driver for Apache Cassandra User Mailing List
© 2019 DataStax, All rights reserved.