Gets or sets the length of time in milliseconds before the operation times out (specify -1 or 0 to indicate that the request does not time out which is default).

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

Syntax

Visual Basic
Property Timeout As Integer
	Get
	Set
C#
int Timeout { get; set; }

Field Value

The length of time, in milliseconds, until the operation times out, or the value -1 or 0 to indicate that the request does not time out. Default is -1 (infinite).

Remarks

The internal timeout counter is reset every time data is sent or received from to server.

The Timeout property only affects synchronous methods.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also