PipeTcpNetLocalBinding 属性 |
获取或设置绑定的本地的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.Pipe
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public IPEndPoint LocalBinding { get; set; }
Public Property LocalBinding As IPEndPoint
Get
Set
public:
property IPEndPoint^ LocalBinding {
IPEndPoint^ get ();
void set (IPEndPoint^ value);
}
member LocalBinding : IPEndPoint with 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.
参见