IConnectionTimeouts
Overview
IConnectionTimeouts is the base interface to create classes that want to control time to wait while trying to establish a connection before terminating the attempt and generating an error.
Location
-
Reference:
- RemObjects.InternetPack.dll .NET, .NET Core 5.0, .NET Standard 2.0
- RemObjects.InternetPack.fx Island
- libRemObjects.InternetPack.fx Toffee
- Namespace: RemObjects.InternetPack
Properties
Timeout
Gets or sets the time to wait for a connection to open.
property Timeout: Int32 read write;
Int32 Timeout { get; set; }
var Timeout: Int32 { get{} set{} }
Property Timeout() As Int32
TimeoutEnabled
The TimeoutEnabled property toggles whether the Connection will do automatic timeout checking.
property TimeoutEnabled: Boolean read write;
Boolean TimeoutEnabled { get; set; }
var TimeoutEnabled: Boolean { get{} set{} }
Property TimeoutEnabled() As Boolean