UserSettingsManagerConnectionTimeout Property |
Getter/Setter for Http Connection time out
Namespace:
Unvired.Kernel.UWP.Core
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int ConnectionTimeout { get; set; }Public Property ConnectionTimeout As Integer
Get
Set
public:
property int ConnectionTimeout {
int get ();
void set (int value);
}member ConnectionTimeout : int with get, set
Property Value
Type:
Int32
See Also