点击或拖拽改变大小

NetworkUdpBaseLocalBinding 属性

获取或设置绑定的本地的IP地址和端口号信息,如果端口设置为0,代表任何可用的端口
Get or set the bound local IP address and port number information, if the port is set to 0, it means any available port

命名空间:  HslCommunication.Core.Net
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public IPEndPoint LocalBinding { get; set; }

属性值

类型:IPEndPoint
备注
默认为NULL, 也即是不绑定任何本地的IP及端口号信息,使用系统自动分配的方式。
The default is NULL, which means that no local IP and port number information are bound, and the system automatically assigns it.
参见