Overload List

  Name Description
Public method BeginReceive(IList<(Of <<'(ArraySegment<(Of <<'(Byte>)>>)>)>>), SocketFlags, AsyncCallback, Object)
Begins to asynchronously receive data from a connected Socket.
(Inherited from Socket.)
Public method BeginReceive(IList<(Of <<'(ArraySegment<(Of <<'(Byte>)>>)>)>>), SocketFlags, SocketError%, AsyncCallback, Object)
Begins to asynchronously receive data from a connected Socket.
(Inherited from Socket.)
Public method BeginReceive(array<Byte>[]()[][], Int32, Int32, SocketFlags, AsyncCallback, Object)
Begins to asynchronously receive data from a connected Socket.
(Inherited from Socket.)
Public method BeginReceive(array<Byte>[]()[][], Int32, Int32, SocketFlags, SocketError%, AsyncCallback, Object)
Begins to asynchronously receive data from a connected Socket.
(Inherited from Socket.)

See Also