获取当前的连接对象连接的远程客户端
Get the remote client connected by the current connection object
命名空间:
HslCommunication.Core.Net
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public IPEndPoint IpEndPoint { get; protected set; }
Public Property IpEndPoint As IPEndPoint
Get
Protected Set
public:
property IPEndPoint^ IpEndPoint {
IPEndPoint^ get ();
protected: void set (IPEndPoint^ value);
}
member IpEndPoint : IPEndPoint with get, set
属性值
类型:
IPEndPoint参见