BASS.NET API for the Un4seen BASS Audio Library

BroadCastIsConnected Property

BASS.NET API for the Un4seen BASS Audio Library
Connected to the server? (=connected).

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

public bool IsConnected { get; }

Property Value

Type: Boolean
Remarks

Sending encoded data to the Server via SendData(IntPtr, Int32) should only be performed, if connected to the Server and the Server has the UseBASS flag set to !
See Also

Reference