Gets or sets a value indicating whether to use the TCP protocol (default is UDP).

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

Syntax

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

Field Value

True to use TCP; false to use UDP. Default is false.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also