| CommunicationTcpServerPort 属性  | 
 
            获取或设置服务器的端口号,如果是设置,需要在服务器启动前设置完成,才能生效。
            Gets or sets the port number of the server. If it is set, it needs to be set before the server starts to take effect.
            
 
        命名空间: 
     HslCommunication.Core.Net
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public int Port { get; set; }Public Property Port As Integer
	Get
	Set
public:
property int Port {
	int get ();
	void set (int value);
}member Port : int with get, set
属性值
类型:
Int32 备注
备注需要在服务器启动之前设置为有效
 参见
参见