BASS.NET API for the Un4seen BASS Audio Library

ICEcastGetStats Method

BASS.NET API for the Un4seen BASS Audio Library
Returns the XML stats of the server.

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

public override string GetStats(
	string password
)

Parameters

password
Type: SystemString
The optional admin password to use (=use default).

Return Value

Type: String
The string representing the XML formatted statistics (or on error/not available).

Implements

IStreamingServerGetStats(String)
See Also

Reference