点击或拖拽改变大小

MqttCredential 构造函数 (String, String)

实例化指定的用户名和密码的对象
Instantiates an object with the specified username and password

命名空间:  HslCommunication.MQTT
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public MqttCredential(
	string name,
	string pwd
)

参数

name
类型:SystemString
用户名
pwd
类型:SystemString
密码
参见