NetworkComms IgnoreUnknownPacketTypes Property NetworkComms.Net Help
If true any unknown incoming packet types are ignored. Default is false and will result in an error file being created if an unknown packet type is received.

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

public static bool IgnoreUnknownPacketTypes { get; set; }

Property Value

Type: OnlineBoolean
See Also