点击或拖拽改变大小

DialogPostLogin 方法

Post a login answer. After this call, the instance won't be valid anymore

命名空间:  LibVLCSharp.Shared
程序集:  CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法
C#
public bool PostLogin(
	string username,
	string password,
	bool store
)

参数

username
类型:SystemString
valid non-empty string
password
类型:SystemString
valid string
store
类型:SystemBoolean
if true stores the credentials

返回值

类型:Boolean

[缺少 "M:LibVLCSharp.Shared.Dialog.PostLogin(System.String,System.String,System.Boolean)" 的 <returns> 文档]

参见