 | RESTClientAsyncTimeOut Property |
Gets or sets the time out.
Namespace:
Koden.Utils.REST
Assembly:
Koden.Utils.REST (in Koden.Utils.REST.dll) Version: 1.0.6464.41815
Syntaxpublic int TimeOut { get; set; }
Public Property TimeOut As Integer
Get
Set
public:
property int TimeOut {
int get ();
void set (int value);
}
member TimeOut : int with get, set
Property Value
Type:
Int32
The time out.
See Also