BASS.NET API for the Un4seen BASS Audio Library

IStreamingServerLogin Method

BASS.NET API for the Un4seen BASS Audio Library
Performs a login and/or init of the streaming server.

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

bool Login()

Return Value

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

When the login was successfully made, you should set the LastError to Ok and the LastErrorMessage to String.Empty.
See Also

Reference