BASS.NET API for the Un4seen BASS Audio Library

SHOUTcastConnect Method

BASS.NET API for the Un4seen BASS Audio Library
Establishes a TCP socket connection to the SHOUTcast server.

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

public override bool Connect()

Return Value

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

Implements

IStreamingServerConnect
Remarks

A server connect will only be successfull, if the underlying Encoder was started and is active.
See Also

Reference