다음을 통해 공유


Socket.BeginReceive 메서드

연결된 Socket에서 데이터를 비동기적으로 받기 시작합니다.

오버로드 목록

이름 설명
Socket.BeginReceive (제네릭 IList, SocketFlags, AsyncCallback, Object) 연결된 Socket에서 데이터를 비동기적으로 받기 시작합니다.
Socket.BeginReceive (제네릭 IList, SocketFlags, SocketError, AsyncCallback, Object) 연결된 Socket에서 데이터를 비동기적으로 받기 시작합니다.
Socket.BeginReceive (Byte[], Int32, Int32, SocketFlags, AsyncCallback, Object) 연결된 Socket에서 데이터를 비동기적으로 받기 시작합니다.

.NET Compact Framework에서 지원됩니다.
Socket.BeginReceive (Byte[], Int32, Int32, SocketFlags, SocketError, AsyncCallback, Object) 연결된 Socket에서 데이터를 비동기적으로 받기 시작합니다.

참고 항목

참조

Socket 클래스
Socket 멤버
System.Net.Sockets 네임스페이스
EndAccept
AsyncCallback
Connect
BeginReceiveFrom

기타 리소스

Callback 샘플
비동기 클라이언트 소켓 예
비동기 서버 소켓 예