BASS.NET API for the Un4seen BASS Audio Library

StreamingServerIsConnected Property

BASS.NET API for the Un4seen BASS Audio Library
Returns , if connected to a boadcast server - else .

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

public abstract bool IsConnected { get; }

Property Value

Type: Boolean

Implements

IStreamingServerIsConnected
Remarks

Normally it is sufficient to return once a Connect was successful. However, if the server implementation also requires a Login this method should only return , if also the Login was successful.
See Also

Reference