BASS.NET API for the Un4seen BASS Audio Library

WMAcastPublishPassword Property

BASS.NET API for the Un4seen BASS Audio Library
Password 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 PublishPassword { get; set; }

Property Value

Type: String
Remarks

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

Note: Directly changes the underlying WMA_PublishPassword member.

See Also

Reference