RasAutoDialManager.FailedConnectionTimeout Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets or sets the length of time (in seconds) between AutoDial connection attempts.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public int FailedConnectionTimeout { get; set; }
Visual Basic
Public Property FailedConnectionTimeout As Integer
	Get
	Set
Visual C++
public:
property int FailedConnectionTimeout {
	int get ();
	void set (int value);
}
F#
member FailedConnectionTimeout : int with get, set

Property Value

Type: Int32

Remarks

When an AutoDial connection attempt fails, the AutoDial service disables subsequent attempts to reach the same address for the timeout period. The default value is 5 seconds.

See Also