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 패키지를 수신한 원격 엔드포인트입니다.

적용 대상