DevWebClientRequestTimeout Property
Gets or sets the time interval, in milliseconds, until the
requests made by this
DevWebClient times out.
Namespace: DevCase.Core.Networking.CommonAssembly: 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; }
Public Property RequestTimeout As Integer
Get
Set
Dim instance As DevWebClient
Dim value As Integer
value = instance.RequestTimeout
instance.RequestTimeout = value
public:
property int RequestTimeout {
int get ();
void set (int value);
}
member RequestTimeout : int with get, set
No code example is currently available or this language may not be supported.
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.