 | EndpointElementtimeOut Property |
Gets or sets the time out.
Namespace:
Koden.Utils.REST.ConfigFileSections
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