BASS.NET API for the Un4seen BASS Audio Library

WMAcastPublishUsername Property

BASS.NET API for the Un4seen BASS Audio Library
Username to use in connecting to the server (only used, if UsePublish is set to ).

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

public string PublishUsername { get; set; }

Property Value

Type: String
Remarks

If either this or PublishPassword is , then no username/password is sent to the server.

Note: Directly changes the underlying WMA_PublishUsername member.

See Also

Reference