Daytime.UseTcp Property
Namespace: Rebex.Net
Assembly: Rebex.Time.dll (version 7.0.9083)
UseTcp
Gets or sets a value indicating whether to use the TCP protocol (default is UDP).
Declaration
public bool UseTcp { get; set; }
Property Value
Type | Description |
---|---|
Boolean | True to use TCP; false to use UDP. Default is false. |