BASS.NET API for the Un4seen BASS Audio Library

ICEcastLogin Method

BASS.NET API for the Un4seen BASS Audio Library
Performs a login and initializes the ICEcast server.

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

public override bool Login()

Return Value

Type: Boolean
on success, else (see LastError or LastErrorMessage for details).

Implements

IStreamingServerLogin
Remarks

If UseBASS is set to , nothing will happen here and is returned in any case. So this method is only effective, if UseBASS is set to .
See Also

Reference