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: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.11.0
Syntaxpublic bool UseStreamMode { get; }Property Value
Type: 
Boolean
See Also