DataStax C# Driver for Apache Cassandra
DataStax C# Driver for Apache Cassandra
Namespaces
Cassandra
SocketOptions Class
SocketOptions Methods
SetConnectTimeoutMillis Method
SetDefunctReadTimeoutThreshold Method
SetKeepAlive Method
SetReadTimeoutMillis Method
SetReceiveBufferSize Method
SetReuseAddress Method
SetSendBufferSize Method
SetSoLinger Method
SetStreamMode Method
SetTcpNoDelay Method
SocketOptions
SetStreamMode Method
Sets if the driver should use either .NET NetworkStream (true) interface 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
SocketOptions
SetStreamMode
(
bool
useStreamMode
)
Parameters
useStreamMode
Type:
System
Boolean
Return Value
Type:
SocketOptions
See Also
Reference
SocketOptions Class
Cassandra Namespace
DataStax C# Driver for Apache Cassandra User Mailing List
© 2019 DataStax, All rights reserved.