PipeTcpNetGetConnectIPEndPoint 方法 |
获取当前的远程连接信息,如果端口号设置了可选的数组,那么每次获取对象就会发生端口号切换的操作。
Get the current remote connection information. If the port number is set to an optional array, the port number switching operation will occur every time the object is obtained.
命名空间:
HslCommunication.Core.Pipe
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public IPEndPoint GetConnectIPEndPoint()
Public Function GetConnectIPEndPoint As IPEndPoint
public:
IPEndPoint^ GetConnectIPEndPoint()
member GetConnectIPEndPoint : unit -> IPEndPoint
返回值
类型:
IPEndPoint远程连接的对象
参见