BASS.NET API for the Un4seen BASS Audio Library

ICEcastAdminUsername Property

BASS.NET API for the Un4seen BASS Audio Library
ICEcast server admin user name (the "admin-user" which should be used for certain actions).

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

public string AdminUsername { get; set; }

Property Value

Type: String
Remarks

If empty (default), the Username is used (and if that is empty too, the "admin" username is used).

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

See Also

Reference