BASS.NET API for the Un4seen BASS Audio Library

SHOUTcastAdminPassword Property

BASS.NET API for the Un4seen BASS Audio Library
SHOUTcast server admin password (the "AdminPassword" config item on the server's config file).

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

public string AdminPassword { get; set; }

Property Value

Type: String
Remarks

If empty (default), the Password is used.

This property is evaluated in the following methods: UpdateTitle(String, String), GetListeners(String) and GetStats(String).

See Also

Reference