Ntp.SkipStratumCheck Property
Namespace: Rebex.Net
Assembly: Rebex.Time.dll (version 7.0.9083)
SkipStratumCheck
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).
Declaration
public bool SkipStratumCheck { get; set; }
Property Value
Type | Description |
---|---|
Boolean | True to skip stratum check; false to not skip the check. Default is false. |