点击或拖拽改变大小

HttpServerSetLoginAccessControl 方法

设置登录的账户信息,如果需要自己控制,可以自己实现委托HandleRequestFunc
Set the login account information, if you need to control by yourself, you can implement the delegation by yourselfHandleRequestFunc

命名空间:  HslCommunication.Enthernet
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public void SetLoginAccessControl(
	MqttCredential[] credentials
)

参数

credentials
类型:HslCommunication.MQTTMqttCredential
用户名的列表信息
参见