Gets or sets a value indicating whether the stratum value returned by the server is checked for a value indicating a Kiss-of-Death (error) packet (default is to perform check).

Namespace:  Rebex.Net
Assembly:  Rebex.Time (in Rebex.Time.dll)

Syntax

Visual Basic
Public Property SkipStratumCheck As Boolean
	Get
	Set
C#
public bool SkipStratumCheck { get; set; }

Field Value

True to skip stratum check; false to not skip the check. Default is false.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also