DevWebClientRequestTimeout Property

Gets or sets the time interval, in milliseconds, until the requests made by this DevWebClient times out.

Definition

Namespace: DevCase.Core.Networking.Common
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public int RequestTimeout { get; set; }

Property Value

Int32
The time interval, in milliseconds, until the requests made by this DevWebClient times out, or Infinite to indicate that the request does not time out.

See Also