| CommunicationTcpServerLocalAddress 属性  | 
 
            获取或设置服务器绑定的本地IP地址,默认为空,使用本地所有可用的ip地址
            Obtain or set the local IP address bound to the server, which is empty by default, and use all available IP addresses locally
            
 
        命名空间: 
     HslCommunication.Core.Net
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public IPAddress LocalAddress { get; set; }Public Property LocalAddress As IPAddress
	Get
	Set
public:
property IPAddress^ LocalAddress {
	IPAddress^ get ();
	void set (IPAddress^ value);
}member LocalAddress : IPAddress with get, set
属性值
类型:
IPAddress 参见
参见