BASS.NET API for the Un4seen BASS Audio Library

ICEcastAdminPassword Property

BASS.NET API for the Un4seen BASS Audio Library
ICEcast server admin password (the "admin-password" 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 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