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: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntaxpublic SocketOptions SetStreamMode(
bool useStreamMode
)
Parameters
- useStreamMode
- Type: System.Boolean
Return Value
Type:
SocketOptions
See Also