UdpReceiveResult.RemoteEndPoint 属性

定义

获取通过其接收 UDP 数据包的远程终结点。

public:
 property System::Net::IPEndPoint ^ RemoteEndPoint { System::Net::IPEndPoint ^ get(); };
public System.Net.IPEndPoint RemoteEndPoint { get; }
member this.RemoteEndPoint : System.Net.IPEndPoint
Public ReadOnly Property RemoteEndPoint As IPEndPoint

属性值

IPEndPoint

从中接收 UDP 数据包的远程终结点。

适用于