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

プロパティ値

UDP パケットの送信元のリモート エンドポイント。

適用対象