点击或拖拽改变大小

NetworkAuthenticationServerBaseSetTrustedIpAddress 方法

设置并启动受信任的客户端登录并读写,如果为null,将关闭对客户端的ip验证
Set and start the trusted client login and read and write, if it is null, the client's IP verification will be turned off

命名空间:  HslCommunication.Core.Net
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public void SetTrustedIpAddress(
	List<string> clients
)

参数

clients
类型:System.Collections.GenericListString
受信任的客户端列表
参见