NetworkComms ConnectionListenModeUseSync Property NetworkComms.Net Help
Used for switching between async and sync connectionListen modes. Default is false. No noticeable performance difference between the two modes.

Namespace: NetworkCommsDotNet
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public static bool ConnectionListenModeUseSync { get; set; }

Property Value

Type: OnlineBoolean
See Also