获取或设置服务器的端口号,具体的值需要取决于对方的配置
            Gets or sets the port number of the server. The specific value depends on the configuration of the other party.
            
 
        命名空间: 
     HslCommunication.Core.Pipe
        程序集:
     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 备注
备注
            最好实在初始化的时候进行指定,当使用短连接的时候,支持动态更改,切换;当使用长连接后,无法动态更改
            
 示例
示例 参见
参见