BASS.NET API for the Un4seen BASS Audio Library

StreamingServerLogin Method

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

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

public abstract bool Login()

Return Value

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

Implements

IStreamingServerLogin
Remarks

If a server doesn't not need to handle a particular login or initialization, you might simply return in the implementation. However, when the login was successfully made, you should set the LastError to Ok and the LastErrorMessage to String.Empty.
See Also

Reference