UdpReceiveResult(Byte[], IPEndPoint) 생성자

정의

UdpReceiveResult 클래스의 새 인스턴스를 초기화합니다.

public:
 UdpReceiveResult(cli::array <System::Byte> ^ buffer, System::Net::IPEndPoint ^ remoteEndPoint);
public UdpReceiveResult (byte[] buffer, System.Net.IPEndPoint remoteEndPoint);
new System.Net.Sockets.UdpReceiveResult : byte[] * System.Net.IPEndPoint -> System.Net.Sockets.UdpReceiveResult
Public Sub New (buffer As Byte(), remoteEndPoint As IPEndPoint)

매개 변수

buffer
Byte[]

UDP 패킷에서 수신할 데이터 버퍼입니다.

remoteEndPoint
IPEndPoint

UDP 패킷의 원격 엔드포인트입니다.

적용 대상