BASS.NET API for the Un4seen BASS Audio Library

BroadCastReconnectTimeout Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the reconnect timeout in seconds (default is 5sec.).

Namespace:  Un4seen.Bass.Misc
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public int ReconnectTimeout { get; set; }

Property Value

Type: Int32
Remarks

The auto connect feature can be used for both Connect and AutoConnect.

The timeout period must be between 1 and 86400 seconds.

Changing the reconnect timeout takes immediate effect.

See Also

Reference