Click or drag to resize
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: Dse
Assembly: Dse (in Dse.dll) Version: 2.3.0
Syntax
C#
public bool UseStreamMode { get; }

Property Value

Type: Boolean
See Also