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 中) 版本:12.1.2.0 (12.1.2.0)
语法 public void SetTrustedIpAddress(
List<string> clients
)
Public Sub SetTrustedIpAddress (
clients As List(Of String)
)
public:
void SetTrustedIpAddress(
List<String^>^ clients
)
member SetTrustedIpAddress :
clients : List<string> -> unit
参数
- clients
- 类型:System.Collections.GenericListString
受信任的客户端列表
参见