Click or drag to resize
SocketOptionsSetStreamMode Method
Sets if the driver should use either .NET NetworkStream (true) interface or SocketEventArgs interface (false, default) to handle the reading and writing

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.4.0
Syntax
C#
public SocketOptions SetStreamMode(
	bool useStreamMode
)

Parameters

useStreamMode
Type: SystemBoolean

Return Value

Type: SocketOptions
See Also